add fish to cnixpad
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
in {
|
||||
users.users.cnst = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
# openssh.authorizedKeys.keys = [];
|
||||
extraGroups = ifTheyExist [
|
||||
"wheel"
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user