diff --git a/common/home.nix b/common/home.nix index 057ce287..03f2c3b5 100644 --- a/common/home.nix +++ b/common/home.nix @@ -40,6 +40,8 @@ alejandra pkg-config devenv + python312Packages.sqlparse + sleek # Misc qmk diff --git a/common/nvim.nix b/common/nvim.nix index a6a8cd3c..f37b3140 100644 --- a/common/nvim.nix +++ b/common/nvim.nix @@ -517,6 +517,7 @@ in { end, }) end) + vim.g.rustaceanvim.tools = { enable_clippy = false }; ''; package = pkgs.neovim-nightly; options = { diff --git a/common/zellij.nix b/common/zellij.nix index b85f1a00..70ddafd6 100644 --- a/common/zellij.nix +++ b/common/zellij.nix @@ -95,7 +95,7 @@ }; }; }; - enableFishIntegration = true; + # enableFishIntegration = true; }; xdg.configFile."zellij/layouts/default.kdl" = { text =