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
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

View file

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

View file

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