feat: Clean up the imports
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
# ./zellij.nix
|
||||
./zoxide.nix
|
||||
#./template.nix
|
||||
./gimp.nix
|
||||
./mpd.nix
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [gimp-with-plugins];
|
||||
}
|
||||
5
home/programs/mpd.nix
Normal file
5
home/programs/mpd.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
services.mpd = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user