updated flake lock and fixed vscode extensions
This commit is contained in:
parent
84dfcfddbd
commit
56ef83b4ba
3 changed files with 27 additions and 35 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
|
||||||
config,
|
config,
|
||||||
osConfig,
|
osConfig,
|
||||||
...
|
...
|
||||||
|
@ -10,22 +9,12 @@
|
||||||
ai-tooling-enabled = config.user.continue.enable && osConfig.host.ai.enable;
|
ai-tooling-enabled = config.user.continue.enable && osConfig.host.ai.enable;
|
||||||
in {
|
in {
|
||||||
config = lib.mkIf config.user.isDesktopUser {
|
config = lib.mkIf config.user.isDesktopUser {
|
||||||
nixpkgs = {
|
|
||||||
overlays = [
|
|
||||||
inputs.nix-vscode-extensions.overlays.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
bash.shellAliases = {
|
bash.shellAliases = {
|
||||||
code = "codium";
|
code = "codium";
|
||||||
};
|
};
|
||||||
|
|
||||||
vscode = let
|
vscode = {
|
||||||
extensions = inputs.nix-vscode-extensions.extensions.${pkgs.system};
|
|
||||||
open-vsx = extensions.open-vsx;
|
|
||||||
vscode-marketplace = extensions.vscode-marketplace;
|
|
||||||
in {
|
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
|
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
|
@ -57,12 +46,12 @@ in {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.mkIf ai-tooling-enabled {
|
(lib.mkIf ai-tooling-enabled {
|
||||||
"continue.telemetryEnabled" = false;
|
# "continue.telemetryEnabled" = false;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
extensions = (
|
extensions = (
|
||||||
with open-vsx;
|
with pkgs.open-vsx;
|
||||||
[
|
[
|
||||||
# vs code feel extensions
|
# vs code feel extensions
|
||||||
ms-vscode.atom-keybindings
|
ms-vscode.atom-keybindings
|
||||||
|
@ -80,7 +69,7 @@ in {
|
||||||
dsznajder.es7-react-js-snippets
|
dsznajder.es7-react-js-snippets
|
||||||
dbaeumer.vscode-eslint
|
dbaeumer.vscode-eslint
|
||||||
standard.vscode-standard
|
standard.vscode-standard
|
||||||
firsttris.vscode-jest-runner
|
orta.vscode-jest
|
||||||
stylelint.vscode-stylelint
|
stylelint.vscode-stylelint
|
||||||
tauri-apps.tauri-vscode
|
tauri-apps.tauri-vscode
|
||||||
|
|
||||||
|
@ -101,13 +90,15 @@ in {
|
||||||
kamadorueda.alejandra
|
kamadorueda.alejandra
|
||||||
])
|
])
|
||||||
++ (
|
++ (
|
||||||
with vscode-marketplace;
|
with pkgs.vscode-marketplace;
|
||||||
[
|
[
|
||||||
# js extensions
|
# js extensions
|
||||||
karyfoundation.nearley
|
karyfoundation.nearley
|
||||||
]
|
]
|
||||||
++ (lib.lists.optionals ai-tooling-enabled [
|
++ (lib.lists.optionals ai-tooling-enabled [
|
||||||
continue.continue
|
# continue.continue
|
||||||
|
github.copilot
|
||||||
|
github.copilot-chat
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
36
flake.lock
generated
36
flake.lock
generated
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751607816,
|
"lastModified": 1752113600,
|
||||||
"narHash": "sha256-5PtrwjqCIJ4DKQhzYdm8RFePBuwb+yTzjV52wWoGSt4=",
|
"narHash": "sha256-7LYDxKxZgBQ8LZUuolAQ8UkIB+jb4A2UmiR+kzY9CLI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "disko",
|
"repo": "disko",
|
||||||
"rev": "da6109c917b48abc1f76dd5c9bf3901c8c80f662",
|
"rev": "79264292b7e3482e5702932949de9cbb69fedf6d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -28,11 +28,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1751688200,
|
"lastModified": 1752269946,
|
||||||
"narHash": "sha256-4W+Bw2G9bTUuvAVS0g1rTdm5jyxxZoPFSSSk3S5yOPQ=",
|
"narHash": "sha256-vL26J2f9uXvwBNkfwYH1v75VwN22ZLhBcyZeenJwnCU=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "7dc9a3c333983e3dcc19eb29b8e98184ef7e51e7",
|
"rev": "9885400dbd82f9b2970b30e18f233404416f7cca",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -115,11 +115,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751690735,
|
"lastModified": 1752265577,
|
||||||
"narHash": "sha256-/FkoEVh6LzzunOYd5yZ2uo4HHzLqaKi6VH2kPus9hk0=",
|
"narHash": "sha256-YhnBM3oknReSFTAuc2SMwekwjl9nDd5PUhcar4DsefM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "e8da7372fd1f0da3fe3874af3aa9ddd78662d8ae",
|
"rev": "3976e0507edc9a5f332cb2be93fa20e646d22374",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -227,11 +227,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751681058,
|
"lastModified": 1752200230,
|
||||||
"narHash": "sha256-b9JMD1j+zqGbrWSobXq4icjOm5tdoy7dWBLSe6WTCSE=",
|
"narHash": "sha256-WqqWjRX4qZYqO/cgvU/ZEzJBQqHBi17OEVv2kt05WiU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nix-vscode-extensions",
|
"repo": "nix-vscode-extensions",
|
||||||
"rev": "0cadf3b87cce52af29c3cc98be8ee81b3c05f2c1",
|
"rev": "3c866dfb70d282247452742098d315b97df713d2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -242,11 +242,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751432711,
|
"lastModified": 1752048960,
|
||||||
"narHash": "sha256-136MeWtckSHTN9Z2WRNRdZ8oRP3vyx3L8UxeBYE+J9w=",
|
"narHash": "sha256-gATnkOe37eeVwKKYCsL+OnS2gU4MmLuZFzzWCtaKLI8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "497ae1357f1ac97f1aea31a4cb74ad0d534ef41f",
|
"rev": "7ced9122cff2163c6a0212b8d1ec8c33a1660806",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -258,11 +258,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751271578,
|
"lastModified": 1751984180,
|
||||||
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
|
"narHash": "sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X+xgOL0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df",
|
"rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
inputs.steam-fetcher.overlays.default
|
inputs.steam-fetcher.overlays.default
|
||||||
|
inputs.nix-vscode-extensions.overlays.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue