diff --git a/home/bolt.nix b/home/bolt.nix index d1b4010..b9f796e 100644 --- a/home/bolt.nix +++ b/home/bolt.nix @@ -1,5 +1,4 @@ { - pkgs, ... }: { @@ -8,8 +7,4 @@ ./home.nix ]; - home.packages = builtins.attrValues { - inherit (pkgs) nicotine-plus feishin; - }; - } diff --git a/home/modules/media-players.nix b/home/modules/media-players.nix index 08da6b6..87270a5 100644 --- a/home/modules/media-players.nix +++ b/home/modules/media-players.nix @@ -4,10 +4,11 @@ inherit (pkgs) mpv imv - strawberry resonance zathura playerctl + feishin + nicotine-plus ; }; }