diff options
-rw-r--r-- | users/fcuny/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/fcuny/common.nix b/users/fcuny/common.nix index b4d405b..21413e0 100644 --- a/users/fcuny/common.nix +++ b/users/fcuny/common.nix @@ -1,6 +1,9 @@ { config, lib, pkgs, ... }: { + + programs.home-manager.enable = true; + home.packages = [ pkgs.jq pkgs.ripgrep |