changed some pkgs and changed wezterm width

This commit is contained in:
William 2024-09-14 16:17:44 -03:00
parent 6be4f3743c
commit ade59deab6
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,6 @@
let
kdepkgs = with pkgs.kdePackages; [
ark
discover
dolphin-plugins
kaccounts-integration
kaccounts-providers
@ -49,6 +48,7 @@ in {
prismlauncher
protonup
qbittorrent
qview
ripgrep
solvespace
space-cadet-pinball
@ -104,5 +104,5 @@ in {
};
environment.plasma6.excludePackages =
(with pkgs.kdePackages; [ elisa oxygen khelpcenter ]);
(with pkgs.kdePackages; [ elisa gwenview khelpcenter konsole oxygen ]);
}