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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
editor = {
|
||||
rulers = [ 80 ];
|
||||
true-color = true;
|
||||
|
||||
cursor-shape = {
|
||||
insert = "bar";
|
||||
|
|
|
|||
|
|
@ -25,5 +25,9 @@
|
|||
cat = "bat";
|
||||
grep = "rg";
|
||||
};
|
||||
|
||||
shellInit = [
|
||||
"set fish_term24bit 1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue