Disables vscode

This commit is contained in:
Abhinav Sarkar 2025-05-12 11:46:46 +05:30
parent a28799966c
commit 564c528438
4 changed files with 9 additions and 33 deletions

24
flake.lock generated
View File

@ -162,29 +162,6 @@
"type": "github"
}
},
"nix-vscode-extensions": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1746929084,
"narHash": "sha256-G7Du6yZFcFHVGi4/epAfpLjtCq3t0S9A8rf08LQduG0=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "90edb17263298c481f39d333fa2c887409f53f59",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1746576598,
@ -242,7 +219,6 @@
"lix-module": "lix-module",
"nix-darwin": "nix-darwin",
"nix-index-database": "nix-index-database",
"nix-vscode-extensions": "nix-vscode-extensions",
"nixpkgs": "nixpkgs",
"nixpkgs-ghostty": "nixpkgs-ghostty",
"nixpkgs-stable": "nixpkgs-stable"

View File

@ -17,13 +17,13 @@
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
# nix-vscode-extensions = {
# url = "github:nix-community/nix-vscode-extensions";
# inputs = {
# nixpkgs.follows = "nixpkgs";
# flake-utils.follows = "flake-utils";
# };
# };
# nixd = {
# url = "github:nix-community/nixd/2.6.1";
# inputs.nixpkgs.follows = "nixpkgs";

View File

@ -90,7 +90,7 @@ in
./fish.nix
./git.nix
./starship.nix
./vscode.nix
# ./vscode.nix
./zed.nix
];

View File

@ -24,7 +24,7 @@ let
in
{
programs.vscode = {
enable = true;
enable = false;
mutableExtensionsDir = false;
profiles.default = {