temperance/configuration.nix: enable uwsm

This commit is contained in:
Charlie Root 2025-04-06 11:30:20 +02:00
commit 203a1ad0fb
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -84,6 +84,7 @@ in {
enable = true; enable = true;
musicDirectory = "/home/${config.modules.other.system.username}/cloud/media/Music"; musicDirectory = "/home/${config.modules.other.system.username}/cloud/media/Music";
}; };
uwsm.enable = true;
}; };
other = { other = {
system = { system = {