set nushell as default

This commit is contained in:
willifan 2024-10-09 14:08:29 +02:00
parent d95e3696d3
commit 42313777a3

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
imports = [ imports = [
@ -8,4 +8,6 @@
./zsh.nix ./zsh.nix
]; ];
users.users.willifan.shell = pkgs.nushell;
} }