made system boot faster,

changed shxkd config
changed starship config
This commit is contained in:
ISnortPennies 2023-01-25 21:32:29 -05:00
parent 0a10e29581
commit 48179c0221
7 changed files with 25 additions and 13 deletions

View file

@ -14,6 +14,11 @@
windowManager.dwm.enable = true;
displayManager = {
defaultSession = "none+dwm";
sessionCommands = ''
if ! pidof sxhkd > /dev/null;then
sxhkd &
fi
'';
lightdm = {
enable = true;
greeters.mini = {