All my system configs and packages in one repo
at main 18 lines 287 B view raw
1# Common configs for all users. 2{ 3 inputs, 4 ... 5}: 6{ 7 imports = [ 8 inputs.hjem.nixosModules.hjem 9 ]; 10 11 hjem.clobberByDefault = true; 12 13 hjem.extraModules = [ 14 inputs.hjem-rum.hjemModules.default 15 inputs.self.hjemModules.hjem-ext 16 inputs.self.hjemModules.hjem-ctp 17 ]; 18}