diff options
author | lassulus <lass@blue.r> | 2018-09-24 10:19:34 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-09-24 10:19:34 +0200 |
commit | 260b757feebf710daeb4d8964297dff2ed794278 (patch) | |
tree | be58e53ad90f14928ff888ab10d0a501df78c744 /makefu/1systems | |
parent | f473c1f7893abb4d7f299d5cf7d0f382086cba9e (diff) | |
parent | 1996b597480ab45bbd15c0d7095921ced7a9e9ab (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/x/config.nix | 4 | ||||
-rw-r--r-- | makefu/1systems/x/source.nix | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 97d11fbd3..66d904512 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -7,6 +7,10 @@ [ # base <stockholm/makefu> <stockholm/makefu/2configs/nur.nix> + <stockholm/makefu/2configs/home-manager> + <stockholm/makefu/2configs/home-manager/desktop.nix> + <stockholm/makefu/2configs/home-manager/cli.nix> + <stockholm/makefu/2configs/home-manager/mail.nix> <stockholm/makefu/2configs/main-laptop.nix> <stockholm/makefu/2configs/extra-fonts.nix> <stockholm/makefu/2configs/tools/all.nix> diff --git a/makefu/1systems/x/source.nix b/makefu/1systems/x/source.nix index 75af3255b..050fd39f7 100644 --- a/makefu/1systems/x/source.nix +++ b/makefu/1systems/x/source.nix @@ -6,5 +6,6 @@ unstable = true; mic92 = true; clever_kexec = true; + home-manager = true; # torrent = true; } |