summary refs log tree commit diff stats
path: root/packages.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-01-20 19:04:49 +0100
committersils <sils@sils.li>2023-01-20 19:04:49 +0100
commitef97465492f35eb6578097b257e32f1823a010c6 (patch)
tree0a37542db9b61033633bf23bcac1a22b80fc7c75 /packages.nix
parentStructure: Move configuration.nix into host specific file (diff)
downloadnix-config-ef97465492f35eb6578097b257e32f1823a010c6.tar.gz
nix-config-ef97465492f35eb6578097b257e32f1823a010c6.zip
Packages: Add killall
Diffstat (limited to 'packages.nix')
-rw-r--r--packages.nix10
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