From 12a2e28b7292bf9ca5ac47fcbc799327852d2f2a Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sun, 12 Oct 2025 01:59:00 +0200 Subject: [PATCH] Some colors in this brutish world --- users/lyes/desktop/packages.nix | 10 +++++----- users/lyes/home/editors/helix.nix | 1 + users/lyes/home/shells/fish.nix | 4 ++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/users/lyes/desktop/packages.nix b/users/lyes/desktop/packages.nix index d9bf351..d339278 100644 --- a/users/lyes/desktop/packages.nix +++ b/users/lyes/desktop/packages.nix @@ -48,11 +48,11 @@ in { obs-studio yt-dlp # handbrake - (kodi.withPackages(kodiPkgs: with kodiPkgs; [ - youtube - sponsorblock - pvr-iptvsimple - ])) + # (kodi.withPackages(kodiPkgs: with kodiPkgs; [ + # youtube + # sponsorblock + # pvr-iptvsimple + # ])) # stremio # insecure dependency # Audio diff --git a/users/lyes/home/editors/helix.nix b/users/lyes/home/editors/helix.nix index 25e7d0e..5b502b0 100644 --- a/users/lyes/home/editors/helix.nix +++ b/users/lyes/home/editors/helix.nix @@ -10,6 +10,7 @@ editor = { rulers = [ 80 ]; + true-color = true; cursor-shape = { insert = "bar"; diff --git a/users/lyes/home/shells/fish.nix b/users/lyes/home/shells/fish.nix index 52b0371..4615bcc 100644 --- a/users/lyes/home/shells/fish.nix +++ b/users/lyes/home/shells/fish.nix @@ -25,5 +25,9 @@ cat = "bat"; grep = "rg"; }; + + shellInit = [ + "set fish_term24bit 1" + ]; }; }