diff options
Diffstat (limited to 'nixos/home.nix')
| -rw-r--r-- | nixos/home.nix | 3 |
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 + ]; } |
