diff --git a/system/common.nix b/system/common.nix index e018006..e651391 100644 --- a/system/common.nix +++ b/system/common.nix @@ -3,5 +3,5 @@ { imports = [ ./zram.nix ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ]; - environment.systemPackages = with pkgs; [ wget curl openssl neovim ]; + environment.systemPackages = with pkgs; [ wget curl openssl rage neovim ]; }