summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-01 23:21:17 -0700
committerFuwn <[email protected]>2024-11-01 23:21:17 -0700
commitf207aa77b642cb4aa3b391ae629f625642786fbd (patch)
tree2e65d06c162974f5e0c1276b076835b0da0238c3 /home
parentkansai: move crypttab into hardware configuration (diff)
downloadnixos-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.nix2
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;
};
}