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