Add default.nix configuration for proxy setup
This commit is contained in:
parent
23fc9cdfe6
commit
3d60c8b99a
1 changed files with 19 additions and 0 deletions
19
home/toph/proxy/default.nix
Normal file
19
home/toph/proxy/default.nix
Normal file
|
@ -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)
|
||||||
|
# ;
|
||||||
|
# };
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue