forked from aylac.top/nixcfg
this repo has no description
1{self, ...}: { 2 home-manager.users = { 3 inherit (self.homeConfigurations) ayla; 4 }; 5}