This commit is contained in:
Reid 2024-12-08 18:30:51 -08:00
parent 9c92ea27e3
commit 8a2127b3d8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
37 changed files with 75 additions and 67 deletions

View file

@ -4,3 +4,5 @@ root = true
end_of_line = lf end_of_line = lf
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

View file

@ -11,10 +11,12 @@ for something more server oriented, check out [`nix-server`](https://git.reidlab
## hosts ## hosts
each host should have these files: each host should have these files:
- `default.nix`, contains everything relating to the basic system - `default.nix`, contains everything relating to the basic system
- `hardware.nix`, hardware configuration. - `hardware.nix`, hardware configuration.
## todo ## todo
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?) - multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
- divide steam and gamemode? - divide steam and gamemode?
- hidpi and cursor size option ? mostly auto these days though - hidpi and cursor size option ? mostly auto these days though

View file

@ -26,11 +26,15 @@ in {
github.copilot github.copilot
# language specific # language specific
astro-build.astro-vscode # js/ts
dbaeumer.vscode-eslint dbaeumer.vscode-eslint
astro-build.astro-vscode
# rs
rust-lang.rust-analyzer rust-lang.rust-analyzer
# lua
sumneko.lua sumneko.lua
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
# general extensions
{ {
name = "discord-vscode"; name = "discord-vscode";
publisher = "icrawl"; publisher = "icrawl";