diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:36:15 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:36:15 -0800 |
commit | 06e49375641ee6303aeb90ccbdd352ba840eb088 (patch) | |
tree | ca3d357ede3b4228393484c18d2e27b44182f598 /users/fcuny | |
parent | home-manager: fix imports for pass (diff) | |
download | world-06e49375641ee6303aeb90ccbdd352ba840eb088.tar.gz |
home-manager: start to organize user configuration
Diffstat (limited to 'users/fcuny')
-rw-r--r-- | users/fcuny/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix index 243b326..29fe759 100644 --- a/users/fcuny/default.nix +++ b/users/fcuny/default.nix @@ -1,7 +1,6 @@ { config, lib, pkgs, ... }: { - programs.home-manager.enable = true; home.packages = [ @@ -17,6 +16,7 @@ }; imports = [ + ../common/desktop/ ./git.nix ./go.nix ./tmux.nix |