Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Oct 18, 2024
1 parent 70f22bc commit 09d17bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system/with/user/steve.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
environment.shells = [pkgs.fish];
programs.fish.enable = true;

users.groups.steve = {};
users.users.steve = {
shell = pkgs.bash;
users.users.steve.isNormalUser = true;
users.users.steve.group = "steve";
users.groups.steve = {};
shell = pkgs.bash;
isNormalUser = true;
group = "steve";
};

home-manager.users.steve = {
Expand Down

0 comments on commit 09d17bb

Please sign in to comment.