diff options
Diffstat (limited to 'nixos/common')
| -rw-r--r-- | nixos/common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/common/default.nix b/nixos/common/default.nix index 8e14366..792a831 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -39,6 +39,7 @@ extraGroups = [ "wheel" "networkmanager" "input" "docker" "adbusers" "libvirtd" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ tree + home-manager ]; }; |
