[feat] Mpd
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
codelldb
|
||||
(nerdfonts.override { fonts = [ "Hasklig" ]; })
|
||||
pfetch-rs
|
||||
mpc-cli
|
||||
mmtc
|
||||
] ++ lib.optionals device.isLinux [
|
||||
mpv
|
||||
psst
|
||||
@@ -77,6 +79,10 @@
|
||||
] ++ lib.optionals device.isMac [ ];
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
music = "${config.home.homeDirectory}/Nextcloud/Music";
|
||||
};
|
||||
|
||||
|
||||
programs = {
|
||||
|
||||
@@ -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