From ef97465492f35eb6578097b257e32f1823a010c6 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 20 Jan 2023 19:04:49 +0100 Subject: Packages: Add killall --- packages.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.nix b/packages.nix index 11e8422..0b4c6b1 100644 --- a/packages.nix +++ b/packages.nix @@ -4,16 +4,20 @@ ... }: { environment.systemPackages = with pkgs; [ - neovim # edit nix files ;) - neofetch # a must-have + # Core utils + killall # kill programs by name wget # download stuff curl # download stuff – reloaded + neofetch # a must-have + zsh # the one and only shell + + neovim # edit nix files ;) + restic # backups thunderbird # emails firefox # my browser librewolf # privacy friendly firefox ungoogled-chromium # the only chromium-based browser I'd ever use. - zsh # the one and only shell element-desktop # chat libreoffice # convert doc to pdf xD keepassxc # passwords -- cgit 1.4.1