diff options
author | makefu <github@syntax-fehler.de> | 2018-09-19 02:53:18 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-19 02:53:30 +0200 |
commit | ddfce29ec614320ba95d236f45ff67c52e56feb3 (patch) | |
tree | 6a53f3ab1f9e17380d04f3fdddb34648ca0e0120 /makefu/1systems/x | |
parent | d99bbadf37b04cd1f5efb1e04d5996ef7dfd969a (diff) |
ma x.r: use home-manager
Diffstat (limited to 'makefu/1systems/x')
-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; } |