editorconfig

This commit is contained in:
Reid 2024-05-08 21:59:40 -07:00
parent 92421828e6
commit 752bcecb9f
3 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,6 @@
root = true root = true
[*] [*]
end_of_line = lf
indent_style = space indent_style = space
indent_size = 2 indent_size = 2

View file

@ -19,7 +19,7 @@ each host should have these files:
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix) or some other common spot - move common config such as bootloader and networking settings to [`default.nix`](./default.nix) or some other common spot
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?) - multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
- bitwarden - bitwarden
- sddm cursors no work :(
- setup editorconfig everywhere
- divide steam and gamemode? - divide steam and gamemode?
- laptop specific configuration (power profiles daemon, battery, etc) - laptop specific configuration (power profiles daemon, battery, etc)
- sddm cursors no work :(
- try out the [new sddm options](https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=sddm)

View file

@ -15,7 +15,7 @@ in {
jnoortheen.nix-ide jnoortheen.nix-ide
oderwat.indent-rainbow oderwat.indent-rainbow
usernamehw.errorlens usernamehw.errorlens
vadimcn.vscode-lldb editorconfig.editorconfig
ms-vsliveshare.vsliveshare ms-vsliveshare.vsliveshare
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{ {