mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
fix: vscode settings is read only
This commit is contained in:
@@ -42,9 +42,6 @@
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
# community wayland nixpkgs
|
||||
nixpkgs-wayland = { url = "github:nix-community/nixpkgs-wayland"; };
|
||||
|
||||
# vscode 插件库
|
||||
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
|
||||
};
|
||||
|
||||
# outputs 的参数都是 inputs 中定义的依赖项,可以通过它们的名称来引用。
|
||||
@@ -54,7 +51,6 @@
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
nix-vscode-extensions,
|
||||
...
|
||||
}: {
|
||||
# 名为 nixosConfigurations 的 outputs 会在执行 `nixos-rebuild switch --flake .` 时被使用
|
||||
|
||||
Reference in New Issue
Block a user