Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

at main 5 lines 146 B view raw
1{ 2 flake.nixosModules.hardware = { ... }: { 3 # TODO: unified system to check hardware and had correct drivers + facter automatisations 4 }; 5}