forked from aylac.top/nixcfg
this repo has no description
1_: { 2 flake = { 3 homeConfigurations = { 4 ayla = ../../homes/ayla; 5 }; 6 7 homeModules = { 8 default = ../home; 9 snippets = ../snippets; 10 }; 11 }; 12}