diff options
-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 |