little-lightning: environment.shells

This commit is contained in:
Zynh Ludwig 2024-11-15 08:39:17 -08:00
parent ef60e8d7d9
commit ea8bd429b8

View file

@ -8,6 +8,8 @@
auto-optimise-store = true; auto-optimise-store = true;
}; };
environment.shells = with pkgs; [ bashInteractive zsh fish ];
# Auto upgrade nix package and the daemon service. # Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true; services.nix-daemon.enable = true;