This commit is contained in:
Frost-Phoenix 2024-04-23 20:15:16 +02:00
parent ace1beecc9
commit b95d941a5e
3 changed files with 97 additions and 107 deletions

View file

@ -3,10 +3,7 @@
services.xserver = {
enable = true;
xkb.layout = "us";
displayManager.autoLogin = {
enable = true;
user = "${username}";
};
libinput = {
enable = true;
# mouse = {
@ -14,6 +11,10 @@
# };
};
};
services.displayManager.autoLogin = {
enable = true;
user = "${username}";
};
# To prevent getting stuck at shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
}

View file

@ -7,5 +7,5 @@
# https://github.com/catppuccin/cava
home.file.".config/cava/config".text = ''
# custom cava config
'' + builtins.readFile "${inputs.catppuccin-cava}/mocha.cava";
}
'' + builtins.readFile "${inputs.catppuccin-cava}/themes/mocha.cava";
}