added as module
This commit is contained in:
parent
cb6fa4450a
commit
aa6db50822
1 changed files with 5 additions and 0 deletions
|
|
@ -94,5 +94,10 @@
|
|||
];
|
||||
};
|
||||
});
|
||||
nixosModules.default =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ self.packages.${pkgs.system}.default ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue