1

Update kitty config for nnn

This commit is contained in:
2023-04-17 18:54:40 +02:00
parent eabf6392dc
commit 242249f807

View File

@ -18,6 +18,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.kitty = { programs.kitty = {
enable = true; enable = true;
font = { font = {
package = pkgs.victor-mono; package = pkgs.victor-mono;
name = "Victor Mono SemiBold"; name = "Victor Mono SemiBold";
@ -31,6 +32,9 @@ in {
window_padding_width = 0; window_padding_width = 0;
# hide_window_decorations = "yes"; # hide_window_decorations = "yes";
allow_remote_control = "yes"; # For nnn file preview
listen_on = "unix:@mykitty";
# Light Theme # Light Theme
# background = "#f7f7f7"; # background = "#f7f7f7";
# foreground = "#39FF14"; # Matrix green because I'm a master hacker # foreground = "#39FF14"; # Matrix green because I'm a master hacker