diff options
author | lassulus <lassulus@lassul.us> | 2020-07-22 22:51:26 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-07-22 22:51:26 +0200 |
commit | 9a877083b017e6882517f7cf44419f221f2decc1 (patch) | |
tree | bad379cf1d0959e7eec27673bcbf09f1e0c28a24 /makefu/1systems/sdev | |
parent | 9fdc801bb79a57757851e7d4727b428af6ddc705 (diff) | |
parent | d1989632cfd88a747c98c3a0edab45922fbf1884 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/sdev')
-rw-r--r-- | makefu/1systems/sdev/config.nix | 1 | ||||
-rw-r--r-- | makefu/1systems/sdev/source.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 66f822c02..e3c59e181 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -5,6 +5,7 @@ imports = [ # Include the results of the hardware scan. <stockholm/makefu> + <stockholm/makefu/2configs/home-manager> # <stockholm/makefu/2configs/hw/vbox-guest.nix> # broken since 2019-04-18 { # until virtualbox-image is fixed diff --git a/makefu/1systems/sdev/source.nix b/makefu/1systems/sdev/source.nix index 2e085740a..d6c3d2031 100644 --- a/makefu/1systems/sdev/source.nix +++ b/makefu/1systems/sdev/source.nix @@ -1,3 +1,7 @@ { name="sdev"; + home-manager = true; + hw = true; + mic92 = true; + unstable = true; } |