mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-24 16:52:05 +00:00
~
This commit is contained in:
parent
a8b6ce3036
commit
f013ffb9b3
3 changed files with 4 additions and 1 deletions
nixos
|
@ -73,10 +73,11 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
#! doesn't seem to do anything ;w;;;;;
|
||||
mpdris2 = {
|
||||
enable = true;
|
||||
mpd.musicDirectory = "/mnt/world/music";
|
||||
multimediaKeys = true;
|
||||
notifications = true;
|
||||
};
|
||||
mpris-proxy.enable = true;
|
||||
};
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
mpd.enable = true; # Configured with home-manager
|
||||
# CUPS printing
|
||||
printing.enable = true;
|
||||
# misc
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
vscodium
|
||||
# music
|
||||
mpc
|
||||
playerctl
|
||||
rmpc
|
||||
# X11
|
||||
hsetroot
|
||||
|
|
Loading…
Add table
Reference in a new issue