mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: age nixos module
This commit is contained in:
parent
c4033ff00a
commit
d0b95b4b9e
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,10 @@ in utils.lib.mkFlake {
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
ragenix.nixosModule
|
||||
ragenix.nixosModules.age
|
||||
];
|
||||
extraArgs = {
|
||||
inherit utils inputs tree;
|
||||
inherit inputs tree;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue