forked from aylac.top/nixcfg
this repo has no description
1{ 2 imports = [ 3 ./actions.nix 4 ./files 5 ./devShells.nix 6 ./git-hooks-nix.nix 7 ./home-manager.nix 8 ./nixos.nix 9 ./packages.nix 10 ./tailscale.nix 11 ]; 12}