save last state

This commit is contained in:
2024-12-30 13:14:54 +01:00
parent 54f891fc65
commit 4ad01591aa
24 changed files with 1120 additions and 155 deletions

View File

@@ -8,7 +8,7 @@
in {
users.users.cnst = {
isNormalUser = true;
shell = pkgs.zsh;
shell = pkgs.fish;
extraGroups = ifTheyExist [
"wheel"
"networkmanager"

View File

@@ -60,6 +60,9 @@
corectrl = {
enable = true;
};
fish = {
enable = true;
};
gamemode = {
enable = true;
optimizeGpu = {
@@ -70,7 +73,7 @@
enable = true;
};
ghostty = {
enable = true;
enable = false;
};
gimp = {
enable = false;
@@ -128,7 +131,7 @@
enable = true;
};
zsh = {
enable = true;
enable = false;
};
};
services = {