aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-21 13:36:17 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-21 13:36:17 -0800
commit47298b85b2c4289cc3b2526722ffa0405b08fb56 (patch)
treed42cc4b963809abee341ba741e27b64844b88d14 /home/profiles
parentinitial setup for jellyfin (diff)
downloadinfra-47298b85b2c4289cc3b2526722ffa0405b08fb56.tar.gz
use fish with the minimal profile
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/eza.nix2
-rw-r--r--home/profiles/minimal.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/home/profiles/eza.nix b/home/profiles/eza.nix
index 0952201..cf34d5c 100644
--- a/home/profiles/eza.nix
+++ b/home/profiles/eza.nix
@@ -2,7 +2,7 @@
{
programs.eza = {
enable = true;
- icons = "auto";
+ icons = "always";
colors = "always";
git = true;
# I setup my own aliases
diff --git a/home/profiles/minimal.nix b/home/profiles/minimal.nix
index 4bccdb5..8590dd9 100644
--- a/home/profiles/minimal.nix
+++ b/home/profiles/minimal.nix
@@ -5,6 +5,7 @@ in
{
imports = [
./eza.nix
+ ./fish.nix
];
programs.bat.enable = true;