summaryrefslogtreecommitdiff
path: root/nixos/common
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-04-05 13:14:31 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-04-05 14:29:48 +0200
commite185b7f874566c66fd97f158a457c4c64d0628ce (patch)
treeb242707378575c3aa286b4c3a7f8b198672e4440 /nixos/common
parent45ec0396b4d56798f39254e9ef31b9c144e681fd (diff)
add the new laptop install
Diffstat (limited to '')
-rw-r--r--nixos/common/default.nix1
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
];
};