feat(limonka): stuff
Disable `himalaya` (not using, compiles a long time) Add `nushell` as a system package
This commit is contained in:
parent
6581132b06
commit
e265948572
2 changed files with 9 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
||||||
nixd
|
nixd
|
||||||
|
|
||||||
# Mail
|
# Mail
|
||||||
himalaya
|
# himalaya
|
||||||
|
|
||||||
# SSH and GPG
|
# SSH and GPG
|
||||||
openssh
|
openssh
|
||||||
|
|
|
@ -21,7 +21,14 @@ in
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
# programs.nix-index.enable = true;
|
# programs.nix-index.enable = true;
|
||||||
|
|
||||||
environment.shells = [ pkgs.zsh ];
|
environment.systemPackages = [
|
||||||
|
pkgs.zsh
|
||||||
|
pkgs.nushell
|
||||||
|
];
|
||||||
|
environment.shells = [
|
||||||
|
pkgs.zsh
|
||||||
|
pkgs.nushell
|
||||||
|
];
|
||||||
|
|
||||||
security.pam.enableSudoTouchIdAuth = true;
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue