fix: vscode settings is read only

This commit is contained in:
ryan4yin
2023-05-06 05:17:14 +08:00
parent 8619d9a284
commit 65e2672a68
4 changed files with 18 additions and 126 deletions
+8 -10
View File
@@ -5,16 +5,6 @@ This repository is home to the nix code that builds my systems.
## TODO
- custom hyprland configs
- monitor resolution - 4k
- bar adjustment
- vscode run in wayland mode
- xwayland adjustment
- references
- https://github.com/notusknot/dotfiles-nix
- https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
- https://github.com/notwidow/hyprland
- vscode extensions - [nix-vscode-extensions](https://github.com/nix-community/nix-vscode-extensions)
- secret management - [sops-nix](https://github.com/Mic92/sops-nix)
## Why Nix?
@@ -30,3 +20,11 @@ After installed NixOS with `nix-command` & `flake` enabled, you can deploy this
sudo nixos-rebuild switch .#nixos-test
```
## Other Interesting Dotfiles
Other configurations from where I learned and copied:
- https://github.com/notwidow/hyprland
- https://github.com/notusknot/dotfiles-nix