Update inputs
This commit is contained in:
parent
eb579e43b9
commit
e9c53c3126
8 changed files with 246 additions and 47 deletions
|
@ -38,10 +38,12 @@ in
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.bootspec.enable = true;
|
||||
|
||||
catppuccin.flavor = "mocha";
|
||||
catppuccin = {
|
||||
flavor = "mocha";
|
||||
tty.enable = true;
|
||||
};
|
||||
|
||||
console.keyMap = "de_CH-latin1";
|
||||
console.catppuccin.enable = true;
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue