add nix-ld, add pipewire, add mpdscribble, add fonts
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
network.listenAddress = "/home/user/.config/mpd/socket";
|
||||
};
|
||||
|
||||
services.mpdscribble = {
|
||||
enable = true;
|
||||
endpoints = {
|
||||
"last.fm" = {
|
||||
passwordFile = "/home/user/lastfm_password";
|
||||
username = "KeksNino";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.rmpc.enable = true;
|
||||
programs.rmpc.config = ''
|
||||
#![enable(implicit_some)]
|
||||
|
||||
Reference in New Issue
Block a user