diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-20 09:40:27 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-20 09:40:27 -0400 |
| commit | 31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9 (patch) | |
| tree | b57efd7db45e7851fd2b7483971ffee22109e282 /hosts | |
| parent | fix hy3 colors (diff) | |
| download | dotfiles-nix-31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9.tar.gz dotfiles-nix-31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9.tar.bz2 dotfiles-nix-31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9.zip | |
fmt
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]; }; }; |