Add 7zip and unrar

This commit is contained in:
Andreas Zweili 2022-11-15 21:11:33 +01:00
parent c127a850b8
commit 7d33060587
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@
environment.systemPackages = with pkgs; [
# what I consider to be system packages
p7zip
appimage-run
brightnessctl
lm_sensors
@ -72,6 +73,7 @@
rofi
source-code-pro
terminator
unrar
];
environment.shellAliases = {
management-server = "mosh ${custom.username}@10.7.89.150 -- tmux new -A -s 0";