Switch back to fish

This commit is contained in:
Nathan McCarty 2025-02-08 01:18:13 -05:00
parent 6000ad78a9
commit bbc4054f6b
6 changed files with 4 additions and 1043 deletions

View file

@ -12,12 +12,13 @@
security.polkit = {
enable = true;
};
programs.fish.enable = true;
users = {
inherit mutableUsers;
users.${username} = {
home = homedir;
description = "Nathan McCarty";
shell = pkgs.nushell;
shell = pkgs.fish;
isNormalUser = true;
extraGroups = [
"wheel"