add flakes, zen support, some fan speed tryes
This commit is contained in:
@@ -18,12 +18,17 @@
|
||||
dynamic_background_opacity = "yes";
|
||||
background_blur = 5;
|
||||
|
||||
confirm_os_window_close = 0;
|
||||
map = ''
|
||||
ctrl+c copy_or_interrupt
|
||||
ctrl+v paste
|
||||
ctrl+shift+v paste
|
||||
'';
|
||||
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
};
|
||||
|
||||
keybindings = {
|
||||
"ctrl+shift+enter" = "new_window_with_cwd";
|
||||
};
|
||||
keybindings = { "ctrl+shift+enter" = "new_window_with_cwd"; };
|
||||
|
||||
extraConfig = ''
|
||||
# --- Catppuccin Mocha (dark) theme ---
|
||||
@@ -51,8 +56,9 @@
|
||||
'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
# (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
kitty
|
||||
# (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user