feat: kitty has cool shaders
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
source = ./sources/mpv;
|
||||
recursive = true;
|
||||
};
|
||||
".config/kitty" = {
|
||||
source = ./sources/kitty;
|
||||
recursive = true;
|
||||
};
|
||||
".config/mpv/scripts/sponsorblock.so" = {
|
||||
source = "${pkgs.sponsorblock-lib.out}/lib/libmpv_sponsorblock.so";
|
||||
};
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
settings = {
|
||||
theme = pkgs.lib.mkForce "solarized_dark";
|
||||
editor.cursor-shape.insert = "bar";
|
||||
editor.cursor-shape.normal = "bar";
|
||||
editor.line-number = "relative";
|
||||
editor.idle-timeout = 0;
|
||||
keys.normal."X" = [
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
kdePackages.alligator
|
||||
# kdePackages.karousel
|
||||
kde-rounded-corners
|
||||
wezterm
|
||||
kitty
|
||||
plasma-panel-colorizer
|
||||
];
|
||||
}
|
||||
|
||||
@@ -61,7 +61,5 @@
|
||||
|
||||
# form over function (pretty tools)
|
||||
nitch
|
||||
|
||||
# wezterm
|
||||
];
|
||||
}
|
||||
|
||||
5
hosts/default/home/sources/kitty/kitty.conf
Normal file
5
hosts/default/home/sources/kitty/kitty.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
cursor_shape block
|
||||
cursor_trail 1
|
||||
cursor_trail_decay 0.1 0.3
|
||||
cursor_trail_start_threshold 0
|
||||
shell_integration no-cursor
|
||||
Reference in New Issue
Block a user