update
This commit is contained in:
parent
ace1beecc9
commit
b95d941a5e
3 changed files with 97 additions and 107 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue