whole flake: cleanup

This commit is contained in:
Charlie Root 2024-11-02 17:45:34 +01:00
commit 57831df0d5
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
22 changed files with 330 additions and 437 deletions

View file

@ -37,19 +37,5 @@ in {
}
'';
};
home-manager.users.${username} = {
# services = {
# mpd-mpris = {
# enable = true;
# mpd = {
# host = "127.0.0.1";
# network = "unix";
# port = 6600;
# useLocal = true;
# };
# };
# };
};
};
}