Compare commits

..

2 commits

Author SHA1 Message Date
Alejandro Soto f89c11b7b3
flake: add nixpkgs input url 2025-08-05 21:35:18 -06:00
Alejandro Soto 7d040f8f8a
flake: export nixosModules and homeManagerModules 2025-08-05 21:29:34 -06:00

View file

@ -46,7 +46,7 @@
};
homeManagerModules.default = ./hm;
nixosModules.default = ./nixos;
hm.default = ./nixos;
lib = {
mkSystemFlake = {