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 | |
| parent | fix hy3 colors (diff) | |
| download | dotfiles-nix-31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9.tar.gz dotfiles-nix-31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9.tar.bz2 dotfiles-nix-31c10ef49d9b1861ce3538cdbb63ef25bbe9c1b9.zip | |
fmt
| -rw-r--r-- | hosts/shinji/hardware.nix | 2 | ||||
| -rw-r--r-- | system/gaming/steam.nix | 2 |
2 files changed, 2 insertions, 2 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]; }; }; diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 58fe924..df65632 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -29,7 +29,7 @@ in { # Fix new steam controller extest.enable = true; - extraPackages = [ pkgs.hidapi ]; + extraPackages = [pkgs.hidapi]; }; # controllers |