Update Cfg and add proxy/wsl
This commit is contained in:
@@ -9,6 +9,13 @@ in {
|
||||
|
||||
imports = [ ./ollama ];
|
||||
config = lib.mkIf (config.syscfg.make.develop) {
|
||||
|
||||
services.vscode-server = lib.mkIf (config.syscfg.extra.wsl) {
|
||||
enable = true;
|
||||
enableFHS = true;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
# android-tools
|
||||
|
||||
Reference in New Issue
Block a user