removed old vscode-server added brews for homerbrew

This commit is contained in:
2025-08-20 22:42:08 -07:00
parent 53513f0dd0
commit f294b93eb8
4 changed files with 5 additions and 69 deletions

69
flake.lock generated
View File

@@ -39,24 +39,6 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_2": {
"inputs": {
"systems": "systems_3"
},
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -195,20 +177,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1682134069,
"narHash": "sha256-TnI/ZXSmRxQDt2sjRYK/8j8iha4B4zP2cnQCZZ3vp7k=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fd901ef4bf93499374c5af385b2943f5801c0833",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixvim": { "nixvim": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
@@ -263,8 +231,7 @@
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"nixvim": "nixvim", "nixvim": "nixvim"
"vscode-server": "vscode-server"
} }
}, },
"systems": { "systems": {
@@ -296,40 +263,6 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"vscode-server": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1753541826,
"narHash": "sha256-foGgZu8+bCNIGeuDqQ84jNbmKZpd+JvnrL2WlyU4tuU=",
"owner": "nix-community",
"repo": "nixos-vscode-server",
"rev": "6d5f074e4811d143d44169ba4af09b20ddb6937d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-vscode-server",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -37,7 +37,6 @@
home-manager-unstable, home-manager-unstable,
nixvim, nixvim,
nixos-hardware, nixos-hardware,
vscode-server,
... ...
}@inputs: }@inputs:
let let

View File

@@ -16,6 +16,7 @@
#tailwindcss.enable = true; #tailwindcss.enable = true;
gopls.enable = true; gopls.enable = true;
golangci_lint_ls.enable = true; golangci_lint_ls.enable = true;
eslint.enable = true;
templ.enable = true; templ.enable = true;
pylsp.enable = true; pylsp.enable = true;
sqls.enable = true; sqls.enable = true;

View File

@@ -72,6 +72,9 @@
homebrew = { homebrew = {
enable = true; enable = true;
onActivation.autoUpdate = true; onActivation.autoUpdate = true;
brews = [
"putty"
];
casks = [ casks = [
"1password" "1password"
"1password-cli" "1password-cli"