remove kitty confirmation to close window

This commit is contained in:
smayzy 2025-06-22 20:23:49 +02:00
parent b3f0bb2ac5
commit de4176f554
3 changed files with 13 additions and 0 deletions

View File

@ -104,8 +104,13 @@
thunderbird thunderbird
lf lf
fzf fzf
qemu
]; ];
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["smayzy"];
virtualisation.libvirtd.enable = true;
programs.fzf.keybindings = true; programs.fzf.keybindings = true;
services.flatpak = { services.flatpak = {

View File

@ -6,3 +6,4 @@ selection_background #c1ddff
foreground #c8c8c8 foreground #c8c8c8
background #323232 background #323232
background_opacity 0.8 background_opacity 0.8
confirm_os_window_close 0

View File

@ -57,6 +57,13 @@
EDITOR = "vim"; EDITOR = "vim";
}; };
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
};
};
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;