From 7d330605872d459e29c7bc828276991bdf67e5d6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 15 Nov 2022 21:11:33 +0100 Subject: [PATCH] Add 7zip and unrar --- modules/desktop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 792f50a..ca306a7 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -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";