update packages, add unzip
This commit is contained in:
parent
f4e2893657
commit
862b08fda2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue