From 4641b60a074fa2e2420341d81321a399d56b166d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 3 Nov 2024 13:18:08 -0600 Subject: download wallpapers --- modules/home/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home/default.nix') diff --git a/modules/home/default.nix b/modules/home/default.nix index 2c19b8c..a651463 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -12,8 +12,10 @@ ./initial-home-setup.nix ./pcmanfm.nix # TODO mk name changeable & doesn't seem to work right now ./theme.nix + ./wallpapers.nix ]; alacritty.enable = lib.mkDefault true; theme.mint.enable = lib.mkDefault true; + wallpapers.enable = lib.mkDefault false; } -- cgit v1.2.3