Update nix

Add r2modman
This commit is contained in:
muon 2025-05-24 09:33:49 +00:00
parent 7fc883ecfa
commit 18bd8fce19
2 changed files with 34 additions and 52 deletions

View file

@ -5,8 +5,10 @@ in {
# Hardware
imports = [ ./hardware-configuration.nix ];
environment.systemPackages = with inputs.nix-alien.packages.${system};
[ nix-alien ];
environment.systemPackages = with inputs.nix-alien.packages.${system}; [
nix-alien
pkgs.r2modman
];
# System
mods.user.name = "muon";