From 0c31324e8f39857d157860338c90637145f9a2f1 Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 17 Oct 2024 16:55:25 +0200 Subject: [PATCH] chore: Rename deprecated options --- config/common/users/emily/default.nix | 2 +- config/hosts/_minimal/configuration.nix | 2 +- config/hosts/emilia/disko.nix | 1 + modules/graphical/nixvim.nix | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/common/users/emily/default.nix b/config/common/users/emily/default.nix index c26d2b0..4086a05 100644 --- a/config/common/users/emily/default.nix +++ b/config/common/users/emily/default.nix @@ -62,7 +62,7 @@ programs.eza = { enable = true; - icons = true; + icons = "auto"; git = true; extraOptions = [ "--color-scale=all" diff --git a/config/hosts/_minimal/configuration.nix b/config/hosts/_minimal/configuration.nix index 51a64de..e585e98 100644 --- a/config/hosts/_minimal/configuration.nix +++ b/config/hosts/_minimal/configuration.nix @@ -52,7 +52,7 @@ programs.eza = { enable = true; - icons = true; + icons = "auto"; git = true; extraOptions = [ "--color-scale=all" diff --git a/config/hosts/emilia/disko.nix b/config/hosts/emilia/disko.nix index 7eb15c2..31a4adc 100644 --- a/config/hosts/emilia/disko.nix +++ b/config/hosts/emilia/disko.nix @@ -62,6 +62,7 @@ }; }; root = { + type = "8300"; size = "100%"; }; }; diff --git a/modules/graphical/nixvim.nix b/modules/graphical/nixvim.nix index 415ca5b..5271579 100644 --- a/modules/graphical/nixvim.nix +++ b/modules/graphical/nixvim.nix @@ -161,8 +161,8 @@ }; servers = { bashls.enable = true; - lua-ls.enable = true; - nil-ls = { + lua_ls.enable = true; + nil_ls = { enable = true; settings.formatting.command = [ "nixfmt" "-w" "140" ]; }; @@ -175,8 +175,8 @@ options.enable = true; }; }; - ruff-lsp.enable = true; - rust-analyzer = { + ruff_lsp.enable = true; + rust_analyzer = { enable = true; installRustc = true; installCargo = true;