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
|
||||
indent_style = space
|
||||
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
|
||||
|
||||
each host should have these files:
|
||||
|
||||
- `default.nix`, contains everything relating to the basic system
|
||||
- `hardware.nix`, hardware configuration.
|
||||
|
||||
## todo
|
||||
|
||||
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
|
||||
- divide steam and gamemode?
|
||||
- hidpi and cursor size option ? mostly auto these days though
|
||||
|
|
|
@ -26,11 +26,15 @@ in {
|
|||
github.copilot
|
||||
|
||||
# language specific
|
||||
astro-build.astro-vscode
|
||||
# js/ts
|
||||
dbaeumer.vscode-eslint
|
||||
astro-build.astro-vscode
|
||||
# rs
|
||||
rust-lang.rust-analyzer
|
||||
# lua
|
||||
sumneko.lua
|
||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
# general extensions
|
||||
{
|
||||
name = "discord-vscode";
|
||||
publisher = "icrawl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue