diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix index 6fd6f95..b0933f0 100644 --- a/hosts/shinji/hardware.nix +++ b/hosts/shinji/hardware.nix @@ -18,7 +18,7 @@ maxGenerations = 10; style = { backdrop = config.theme.colors.base; - wallpapers = [ config.theme.wallpaper ]; + wallpapers = [config.theme.wallpaper]; }; }; |