This commit is contained in:
blahai 2025-02-28 13:22:20 +02:00
parent efbe2cd3bd
commit e342a9d110
No known key found for this signature in database
3 changed files with 5 additions and 9 deletions

View file

@ -54,6 +54,7 @@
lix-module,
chaotic,
home-manager,
haipkgs,
...
} @ inputs: let
system = "x86_64-linux";
@ -72,6 +73,7 @@
lix-module.nixosModules.default
home-manager.nixosModules.default
chaotic.nixosModules.default
haipkgs.nixosModules.default
];
};