fixes
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
pkgs,
|
||||
system,
|
||||
namespace,
|
||||
hasDestopEnvironment,
|
||||
...
|
||||
}:
|
||||
let
|
||||
isArm = ("aarch64-linux" == system) || ("aarch64-darwin" == system);
|
||||
|
||||
x86_only = with pkgs; [
|
||||
vscode-extensions.redhat.vscode-xml
|
||||
];
|
||||
@@ -20,7 +22,7 @@ in
|
||||
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
enable = hasDestopEnvironment;
|
||||
package = pkgs.vscodium;
|
||||
mutableExtensionsDir = false;
|
||||
profiles = {
|
||||
|
||||
Reference in New Issue
Block a user