lint
This commit is contained in:
parent
9c92ea27e3
commit
8a2127b3d8
37 changed files with 75 additions and 67 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue