this repo has no description
2
fork

Configure Feed

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

add back lightdm config

+11 -11
+11 -11
hosts/profiles/desktop/default.nix
··· 186 186 lightdm = { 187 187 enable = true; 188 188 background = "/etc/nixos/users/profiles/desktop/background.jpg"; 189 - # greeters.mini = { 190 - # enable = true; 191 - # user = "anish"; 192 - # extraConfig = '' 193 - # text-color = "#ff79c6" 194 - # password-background-color = "#1E2029" 195 - # window-color = "#181a23" 196 - # border-color = "#181a23" 197 - # ''; 198 - # }; 189 + greeters.mini = { 190 + enable = true; 191 + user = "anish"; 192 + extraConfig = '' 193 + text-color = "#ff79c6" 194 + password-background-color = "#1E2029" 195 + window-color = "#181a23" 196 + border-color = "#181a23" 197 + ''; 198 + }; 199 199 }; 200 200 }; 201 201 windowManager.bspwm.enable = true; 202 - #windowManager.bspwm.configFile = "/home/anish/.bspwm/bspwmrc"; 202 + windowManager.bspwm.configFile = "/home/anish/.bspwm/bspwmrc"; 203 203 windowManager.bspwm.sxhkd.configFile = "/home/anish/.config/sxhkdrc"; 204 204 }; 205 205 };