Switch back to fish
This commit is contained in:
parent
6000ad78a9
commit
bbc4054f6b
6 changed files with 4 additions and 1043 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue