diff --git a/home/toph/proxy/default.nix b/home/toph/proxy/default.nix new file mode 100644 index 0000000..ec1753d --- /dev/null +++ b/home/toph/proxy/default.nix @@ -0,0 +1,19 @@ +{ + pkgs, + ... +}: +{ + imports = [ + ## Required Configs ## + ../common/core # required + + ## Host-specific Optional Configs ## + ../common/optional/vscode-server.nix + ]; + + ## Packages with no needed configs ## + # home.packages = builtins.attrValues { + # inherit (pkgs) + # ; + # }; +}