this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mauville: use light mode

+7 -3
+7 -3
hosts/mauville/home.nix
··· 9 9 { 10 10 xdg.userDirs.music = "/mnt/Media/Music"; 11 11 12 - ar.home.desktop.hyprland = { 13 - autoSuspend = false; 14 - monitors = ["desc:LG Electronics LG ULTRAWIDE 311NTAB5M720,preferred,auto,1.25,vrr,2"]; 12 + ar.home = { 13 + desktop.hyprland = { 14 + autoSuspend = false; 15 + monitors = ["desc:LG Electronics LG ULTRAWIDE 311NTAB5M720,preferred,auto,1.25,vrr,2"]; 16 + }; 17 + 18 + theme.darkMode = false; 15 19 }; 16 20 } 17 21 ];