diff options
author | sils <sils@sils.li> | 2023-01-20 19:04:49 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-01-20 19:04:49 +0100 |
commit | ef97465492f35eb6578097b257e32f1823a010c6 (patch) | |
tree | 0a37542db9b61033633bf23bcac1a22b80fc7c75 /packages.nix | |
parent | Structure: Move configuration.nix into host specific file (diff) | |
download | nix-config-ef97465492f35eb6578097b257e32f1823a010c6.tar.gz nix-config-ef97465492f35eb6578097b257e32f1823a010c6.zip |
Packages: Add killall
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 10 |
1 files 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 |