Non stop entertainment! The wackiest NixOS configuration to-date. thevoid.cafe/projects/puzzlevision
nixos flake flake-parts dotfiles home-manager nix
at develop 11 lines 209 B view raw
1{ 2 imports = [ 3 # Append namespace to flake, nixosModules and homeManagerModules 4 # This HAS to be imported FIRST 5 ./namespace.nix 6 7 # All remaining imports 8 ./lib.nix 9 ./systems.nix 10 ]; 11}