diff --git a/configuration.nix b/configuration.nix index fae60cd..915f34d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,9 +115,13 @@ description = "Abigail"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ + tmux + kitty kdePackages.kate librewolf zellij + mpv + vlc wlx-overlay-s protonup-ng vivaldi diff --git a/home.nix b/home.nix index 20d3089..7369b38 100644 --- a/home.nix +++ b/home.nix @@ -20,18 +20,14 @@ programs.home-manager.enable = true; home.packages = with pkgs; [ - tmux inputs.oscgoesbrrr.packages.${system}.default oscavmgr vrcadvert alcom vesktop - mpv - vlc moonlight-qt starship #inputs.ragenix.packges.${system}.default - # htop #inputs.baballonia.${system}.default ] ++ lib.optionals (system == "x86-linux") diff --git a/xdg/kitty/kitty.conf b/xdg/kitty/kitty.conf index a164690..8585bd7 100644 --- a/xdg/kitty/kitty.conf +++ b/xdg/kitty/kitty.conf @@ -1266,7 +1266,7 @@ background_blur 64 #: kitty will cycle through various known editors (vim, emacs, etc.) #: and take the first one that exists on your system. -# close_on_child_death no +close_on_child_death yes #: Close the window when the child process (shell) exits. With the #: default value no, the terminal will remain open when the child