diff options
author | lassulus <lassulus@lassul.us> | 2017-09-19 15:16:55 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-19 15:16:55 +0200 |
commit | 2a6bf899567b2038433d46fc5c52f9e75cfb17e3 (patch) | |
tree | c83831c648eb91da8a36984b7a39dc02dab9bbfa /lass/1systems/helios/config.nix | |
parent | 3fdae8f6828c3a07ae03f607672431c1db4b3220 (diff) |
l helios.r: fetch the wallpaper
Diffstat (limited to 'lass/1systems/helios/config.nix')
-rw-r--r-- | lass/1systems/helios/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index dc6eb8290..923304fad 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -11,6 +11,7 @@ with import <stockholm/lib>; <stockholm/lass/2configs/retiolum.nix> <stockholm/lass/2configs/otp-ssh.nix> <stockholm/lass/2configs/git.nix> + <stockholm/lass/2configs/fetchWallpaper.nix> { # automatic hardware detection boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.kernelModules = [ "kvm-intel" ]; |