feat: add desktop apps

This commit is contained in:
Yoru
2024-12-10 11:00:29 +01:00
parent 4316126747
commit 9291ac696c
6 changed files with 25 additions and 1 deletions

View File

@@ -12,6 +12,11 @@ in {
config = lib.mkIf cfg.enable {
programs.kitty = lib.mkForce {
enable = true;
keybindings = {
"ctrl+left" = "previous_tab";
"ctrl+right" = "next_tab";
"ctrl+down" = "new_tab";
};
settings = {
confirm_os_window_close = 0;
dynamic_background_opacity = true;