[feat] Mpd
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
../linux/anyrun.nix
|
||||
../linux/ironbar
|
||||
../linux/foot.nix
|
||||
../linux/mpd.nix
|
||||
];
|
||||
|
||||
|
||||
services.kdeconnect.enable = true;
|
||||
services.kdeconnect.indicator = true;
|
||||
services.swayosd.enable = true;
|
||||
|
||||
5
linux/mpd.nix
Normal file
5
linux/mpd.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, config, ... }: {
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user