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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue