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/T430 | |
parent | b7e100d621a857013d3cfebafcc004ecf4e486a9 (diff) | |
download | nixos-4641b60a074fa2e2420341d81321a399d56b166d.tar.xz nixos-4641b60a074fa2e2420341d81321a399d56b166d.zip |
download wallpapers
Diffstat (limited to 'modules/hosts/T430')
-rw-r--r-- | modules/hosts/T430/home.nix | 1 |
1 files changed, 1 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; } |