Some colors in this brutish world

This commit is contained in:
Lyes Saadi 2025-10-12 01:59:00 +02:00
parent 7f7fca0db7
commit 12a2e28b72
Signed by: lyes
GPG key ID: 55A1D803917CF39A
3 changed files with 10 additions and 5 deletions

View file

@ -48,11 +48,11 @@ in {
obs-studio obs-studio
yt-dlp yt-dlp
# handbrake # handbrake
(kodi.withPackages(kodiPkgs: with kodiPkgs; [ # (kodi.withPackages(kodiPkgs: with kodiPkgs; [
youtube # youtube
sponsorblock # sponsorblock
pvr-iptvsimple # pvr-iptvsimple
])) # ]))
# stremio # insecure dependency # stremio # insecure dependency
# Audio # Audio

View file

@ -10,6 +10,7 @@
editor = { editor = {
rulers = [ 80 ]; rulers = [ 80 ];
true-color = true;
cursor-shape = { cursor-shape = {
insert = "bar"; insert = "bar";

View file

@ -25,5 +25,9 @@
cat = "bat"; cat = "bat";
grep = "rg"; grep = "rg";
}; };
shellInit = [
"set fish_term24bit 1"
];
}; };
} }