Some colors in this brutish world
This commit is contained in:
parent
7f7fca0db7
commit
12a2e28b72
3 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
editor = {
|
editor = {
|
||||||
rulers = [ 80 ];
|
rulers = [ 80 ];
|
||||||
|
true-color = true;
|
||||||
|
|
||||||
cursor-shape = {
|
cursor-shape = {
|
||||||
insert = "bar";
|
insert = "bar";
|
||||||
|
|
|
||||||
|
|
@ -25,5 +25,9 @@
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
grep = "rg";
|
grep = "rg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shellInit = [
|
||||||
|
"set fish_term24bit 1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue