overlays lol
This commit is contained in:
@@ -35,9 +35,6 @@
|
||||
# Pass inputs so external modules can access them
|
||||
extraSpecialArgs = {
|
||||
inherit inputs namespace;
|
||||
# overlays = with inputs; [
|
||||
# nix-vscode-extensions.overlays.default
|
||||
# ];
|
||||
};
|
||||
|
||||
# Make ALL external HM modules available globally
|
||||
|
||||
@@ -47,10 +47,10 @@ in
|
||||
vscode-extensions.redhat.vscode-yaml
|
||||
vscode-extensions.yy0931.vscode-sqlite3-editor
|
||||
|
||||
# nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
|
||||
nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
|
||||
]
|
||||
++ (if !isArm then x86_only else [ ])
|
||||
++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
|
||||
++ (if !isArm then x86_only else [ ]);
|
||||
# ++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
|
||||
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
# {
|
||||
# name = "copilot-mcp";
|
||||
|
||||
@@ -53,9 +53,6 @@ in
|
||||
# Pass inputs so external modules can access them
|
||||
extraSpecialArgs = {
|
||||
inherit inputs namespace hasDestopEnvironment;
|
||||
# overlays = with inputs; [
|
||||
# nix-vscode-extensions.overlays.default
|
||||
# ];
|
||||
};
|
||||
|
||||
# Make ALL external HM modules available globally
|
||||
|
||||
@@ -68,9 +68,5 @@
|
||||
rocmSupport = lib.mkDefault config.${namespace}.hardware.amd.enable;
|
||||
allowUnsupportedSystem = true;
|
||||
};
|
||||
|
||||
overlays = with inputs; [
|
||||
nix-cachyos-kernel.overlays.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user