diff options
| author | Fuwn <[email protected]> | 2024-11-01 23:21:17 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-01 23:21:17 -0700 |
| commit | f207aa77b642cb4aa3b391ae629f625642786fbd (patch) | |
| tree | 2e65d06c162974f5e0c1276b076835b0da0238c3 /home | |
| parent | kansai: move crypttab into hardware configuration (diff) | |
| download | nixos-config-f207aa77b642cb4aa3b391ae629f625642786fbd.tar.xz nixos-config-f207aa77b642cb4aa3b391ae629f625642786fbd.zip | |
lock: all but hyprwm
Diffstat (limited to 'home')
| -rw-r--r-- | home/ebisu/core/filesystem/core/eza.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/core/filesystem/core/eza.nix b/home/ebisu/core/filesystem/core/eza.nix index a8d2f57..ed865ca 100644 --- a/home/ebisu/core/filesystem/core/eza.nix +++ b/home/ebisu/core/filesystem/core/eza.nix @@ -1,7 +1,7 @@ _: { programs.eza = { enable = true; - icons = true; + icons = "auto"; enableFishIntegration = true; }; } |