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