aboutsummaryrefslogtreecommitdiff
path: root/nixos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/home.nix')
-rw-r--r--nixos/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/home.nix b/nixos/home.nix
index c0af1b6..0a5fdd4 100644
--- a/nixos/home.nix
+++ b/nixos/home.nix
@@ -19,4 +19,7 @@
dates = "weekly";
options = "--delete-older-than 10d";
};
+ environment.systemPackages = with pkgs; [
+ home-manager
+ ];
}