diff options
| author | Tim Keller <tjkeller.xyz> | 2024-11-03 13:18:08 -0600 |
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2024-11-03 13:18:08 -0600 |
| commit | 4641b60a074fa2e2420341d81321a399d56b166d (patch) | |
| tree | 92f1e47b77c3b276d690b271b163b3f8912e8b35 /modules/hosts | |
| parent | b7e100d621a857013d3cfebafcc004ecf4e486a9 (diff) | |
| download | nixos-4641b60a074fa2e2420341d81321a399d56b166d.tar.xz nixos-4641b60a074fa2e2420341d81321a399d56b166d.zip | |
download wallpapers
Diffstat (limited to 'modules/hosts')
| -rw-r--r-- | modules/hosts/T430/home.nix | 1 | ||||
| -rw-r--r-- | modules/hosts/T495/home.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/hosts/T430/home.nix b/modules/hosts/T430/home.nix index 1e5b3d1..9885a06 100644 --- a/modules/hosts/T430/home.nix +++ b/modules/hosts/T430/home.nix @@ -2,4 +2,5 @@ imports = [ ../../home ]; alacritty.font.size = 9; + wallpapers.enable = true; } diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix index cf0c956..cf86990 100644 --- a/modules/hosts/T495/home.nix +++ b/modules/hosts/T495/home.nix @@ -3,6 +3,7 @@ theme.mint.theme.color = "Dark-Purple"; theme.mint.icons.color = "Purple"; + wallpapers.enable = true; home.file.input-leap-config = { source = ./resources/input-leap/; |
