this repo has no description
2
fork

Configure Feed

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

go back to greeters.mini

+10 -10
+10 -10
hosts/profiles/desktop/default.nix
··· 170 170 lightdm = { 171 171 enable = true; 172 172 background = "/etc/nixos/users/profiles/desktop/background.jpg"; 173 - greeters.mini = { 174 - enable = true; 175 - user = "anish"; 176 - extraConfig = '' 177 - text-color = "#ff79c6" 178 - password-background-color = "#1E2029" 179 - window-color = "#181a23" 180 - border-color = "#181a23" 181 - ''; 182 - }; 173 + # greeters.mini = { 174 + # enable = true; 175 + # user = "anish"; 176 + # extraConfig = '' 177 + # text-color = "#ff79c6" 178 + # password-background-color = "#1E2029" 179 + # window-color = "#181a23" 180 + # border-color = "#181a23" 181 + # ''; 182 + # }; 183 183 }; 184 184 }; 185 185 windowManager.bspwm.enable = true;