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;
|
vimAlias = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
};
|
};
|
||||||
fish.enable = true;
|
|
||||||
#zsh.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
|
|
|
@ -19,6 +19,9 @@
|
||||||
packages = [];
|
packages = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for default shell
|
||||||
|
programs.fish.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
### Flakes
|
### Flakes
|
||||||
../../../../flakes/nixos/sops-nix.nix
|
../../../../flakes/nixos/sops-nix.nix
|
||||||
|
|
Loading…
Reference in a new issue