Add nix-alien

This commit is contained in:
muon 2024-09-03 13:43:12 +00:00
parent 4f1e2359f2
commit 3867429e17
4 changed files with 158 additions and 28 deletions

View file

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