This commit is contained in:
m3tam3re
2025-05-04 10:53:18 +02:00
parent 3d52c0576e
commit 32503965ab
10 changed files with 133 additions and 43 deletions

View File

@ -70,5 +70,5 @@
((lib.filterAttrs (_: lib.isType "flake")) inputs);
nixPath = ["/etc/nix/path"];
};
users.defaultUserShell = pkgs.fish;
users.defaultUserShell = pkgs.nushell;
}