diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-10-13T03·29-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-10-13T03·35+0000 |
commit | 3d610828a323d7835a28afbf9e957857b0fafc24 (patch) | |
tree | 966f879222350b6197216815789057e45364de19 /users | |
parent | c83b7e7da3db0af5ef01e308e47c422e774bf3da (diff) |
feat(gs/chupacabra): Include desktop module r/1846
I accidentally dropped this when reconfiguring things around to get mugwump working, and when I rebuilt my x session turned off! Change-Id: I252c90b6f4d796fef1f8183739fcc8dbfdd0fbf4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2046 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/machines/chupacabra.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/system/machines/chupacabra.nix b/users/glittershark/system/system/machines/chupacabra.nix index 242c2865601c..596cca959f0b 100644 --- a/users/glittershark/system/system/machines/chupacabra.nix +++ b/users/glittershark/system/system/machines/chupacabra.nix @@ -9,6 +9,7 @@ ../modules/fcitx.nix ../modules/rtlsdr.nix ../../../../../ops/nixos/v4l2loopback.nix + ../modules/desktop.nix ]; hardware.enableRedistributableFirmware = true; |