Compare commits

..

2 commits

Author SHA1 Message Date
Alejandro Soto 98ad20baca
flake: add nixpkgs input url 2025-08-05 21:40:37 -06:00
Alejandro Soto cfdf227b9c
flake: export nixosModules and homeManagerModules 2025-08-05 21:40:37 -06:00

View file

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