my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.

+4 -1
+4 -1
hosts/Khaos/default.nix
··· 1 - { ... }: { imports = [ ./configuration.nix ]; } 1 + { ... }: 2 + { 3 + imports = [ ./configuration.nix ]; 4 + }