Skip to content

Commit

Permalink
reduce duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 25, 2023
1 parent f90d0fc commit 4b5b7bc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hosts/wsl2/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,4 @@
git
home-manager
];

users.users.shaurizard = {
isNormalUser = true;
home = "/home/shaurizard";
shell = pkgs.zsh;
extraGroups = [ "wheel" ];
};

programs.zsh.enable = true;
}

0 comments on commit 4b5b7bc

Please sign in to comment.