mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: remove vscode
This commit is contained in:
@@ -22,19 +22,5 @@
|
|||||||
enableGnomeExtensions = false;
|
enableGnomeExtensions = false;
|
||||||
package = pkgs.firefox-wayland; # firefox with wayland support
|
package = pkgs.firefox-wayland; # firefox with wayland support
|
||||||
};
|
};
|
||||||
|
|
||||||
vscode = {
|
|
||||||
enable = true;
|
|
||||||
# use the stable version
|
|
||||||
# package = pkgs.vscode.override {
|
|
||||||
# commandLineArgs = [
|
|
||||||
# # make it use text-input-v1, which works for kwin 5.27 and weston
|
|
||||||
# # "--enable-wayland-ime"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
# let vscode sync and update its configuration & extensions across devices, using github account.
|
|
||||||
# userSettings = {};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,17 +17,5 @@
|
|||||||
# commandLineArgs = [
|
# commandLineArgs = [
|
||||||
# ];
|
# ];
|
||||||
};
|
};
|
||||||
|
|
||||||
vscode = {
|
|
||||||
enable = true;
|
|
||||||
# use the stable version
|
|
||||||
# package = pkgs.vscode.override {
|
|
||||||
# commandLineArgs = [
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
# let vscode sync and update its configuration & extensions across devices, using github account.
|
|
||||||
# userSettings = {};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user