nixos: enable shell in user configuration
This commit is contained in:
parent
311e314ca7
commit
f7287b37fe
2 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
|||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
fish.enable = true;
|
||||
#zsh.enable = true;
|
||||
};
|
||||
|
||||
# Services
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
packages = [];
|
||||
};
|
||||
|
||||
# for default shell
|
||||
programs.fish.enable = true;
|
||||
|
||||
imports = [
|
||||
### Flakes
|
||||
../../../../flakes/nixos/sops-nix.nix
|
||||
|
|
Loading…
Reference in a new issue