about summary refs log tree commit diff
path: root/users/fcuny/common.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 19:14:09 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 19:14:09 -0800
commit3294d2be9b7fe6492301a146aae1d487f572a98c (patch)
tree4e11fa3727a1527fa4dd6546fc4c668e08a26a24 /users/fcuny/common.nix
parenthosts: common configuration across all hosts (diff)
downloadworld-3294d2be9b7fe6492301a146aae1d487f572a98c.tar.gz
users: enable home-manager for myself
Diffstat (limited to '')
-rw-r--r--users/fcuny/common.nix3
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