feat: add rage to common system packages

This commit is contained in:
Felix Schröter 2023-08-10 11:45:14 +02:00
parent 3941ac0182
commit 59d27f4367
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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 ];
}