rollback
This commit is contained in:
parent
b95d941a5e
commit
8825c374ab
3 changed files with 107 additions and 96 deletions
|
@ -3,7 +3,11 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
|
||||
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "${username}";
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
# mouse = {
|
||||
|
@ -11,10 +15,6 @@
|
|||
# };
|
||||
};
|
||||
};
|
||||
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}/themes/mocha.cava";
|
||||
'' + builtins.readFile "${inputs.catppuccin-cava}/mocha.cava";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue