diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-05 13:14:31 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-05 14:29:48 +0200 |
| commit | e185b7f874566c66fd97f158a457c4c64d0628ce (patch) | |
| tree | b242707378575c3aa286b4c3a7f8b198672e4440 /nixos/common/default.nix | |
| parent | 45ec0396b4d56798f39254e9ef31b9c144e681fd (diff) | |
add the new laptop install
Diffstat (limited to 'nixos/common/default.nix')
| -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 ]; }; |
