add fish to cnixpad

This commit is contained in:
2025-01-02 20:38:08 +01:00
parent eb6727e458
commit f651438ca7
4 changed files with 7 additions and 5 deletions

View File

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

View File

@@ -60,6 +60,9 @@
corectrl = {
enable = false;
};
fish = {
enable = true;
};
gamemode = {
enable = false;
optimizeGpu = {
@@ -125,7 +128,7 @@
enable = true;
};
zsh = {
enable = true;
enable = false;
};
};
services = {