From 752bcecb9fc4cc26d969c517fbf43ba8e6268f25 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 8 May 2024 21:59:40 -0700 Subject: [PATCH] editorconfig --- .editorconfig | 1 + README.md | 6 +++--- modules/software/editors/vscode.nix | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index e3207ea..94e6600 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ root = true [*] +end_of_line = lf indent_style = space indent_size = 2 \ No newline at end of file diff --git a/README.md b/README.md index e210d13..216c7ff 100755 --- a/README.md +++ b/README.md @@ -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 - multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?) - bitwarden - - sddm cursors no work :( - - setup editorconfig everywhere - divide steam and gamemode? - - laptop specific configuration (power profiles daemon, battery, etc) \ No newline at end of file + - 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) \ No newline at end of file diff --git a/modules/software/editors/vscode.nix b/modules/software/editors/vscode.nix index 51420fc..f2ade51 100644 --- a/modules/software/editors/vscode.nix +++ b/modules/software/editors/vscode.nix @@ -15,7 +15,7 @@ in { jnoortheen.nix-ide oderwat.indent-rainbow usernamehw.errorlens - vadimcn.vscode-lldb + editorconfig.editorconfig ms-vsliveshare.vsliveshare ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ {