mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 16:17:46 +00:00
Add nix-alien
This commit is contained in:
parent
4f1e2359f2
commit
3867429e17
4 changed files with 158 additions and 28 deletions
|
|
@ -10,6 +10,10 @@ in {
|
|||
inputs.actual.nixosModules.default
|
||||
];
|
||||
|
||||
environment.systemPackages = with inputs.nix-alien.packages.${system}; [
|
||||
nix-alien
|
||||
];
|
||||
|
||||
# System
|
||||
mods.user.name = "muon";
|
||||
networking.hostName = cfg.user.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue