feat(limonka): stuff

Disable `himalaya` (not using, compiles a long time)
Add `nushell` as a system package
This commit is contained in:
reo101 2023-11-17 16:00:33 +02:00
parent 6581132b06
commit e265948572
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 9 additions and 2 deletions

View file

@ -109,7 +109,7 @@
nixd
# Mail
himalaya
# himalaya
# SSH and GPG
openssh

View file

@ -21,7 +21,14 @@ in
services.nix-daemon.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;