mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update nix
Add r2modman
This commit is contained in:
parent
7fc883ecfa
commit
18bd8fce19
2 changed files with 34 additions and 52 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue