update packages, add unzip

This commit is contained in:
albert 2024-11-05 03:01:23 +01:00
parent f4e2893657
commit 862b08fda2
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,6 +1,7 @@
{ pkgs, system, ... }: { { pkgs, system, ... }: {
# List packages installed in system profile # List packages installed in system profile
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
unzip # Better unzip packages
tmux # terminal multiplexer tmux # terminal multiplexer
rbw # CLI app for Bitwarden rbw # CLI app for Bitwarden
dconf # Required for stylix dconf # Required for stylix