diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-10 19:14:09 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-10 19:14:09 -0800 |
commit | 3294d2be9b7fe6492301a146aae1d487f572a98c (patch) | |
tree | 4e11fa3727a1527fa4dd6546fc4c668e08a26a24 /users | |
parent | hosts: common configuration across all hosts (diff) | |
download | world-3294d2be9b7fe6492301a146aae1d487f572a98c.tar.gz |
users: enable home-manager for myself
Diffstat (limited to 'users')
-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 |