feat: add rage to common system packages
This commit is contained in:
parent
3941ac0182
commit
59d27f4367
|
@ -3,5 +3,5 @@
|
||||||
{
|
{
|
||||||
imports = [ ./zram.nix ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ];
|
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 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue