Make nixd/nixfmt global

This commit is contained in:
2026-07-12 18:36:17 +01:00
parent ac284e6cfb
commit 2daaf64e9b
2 changed files with 6 additions and 4 deletions
-3
View File
@@ -53,9 +53,6 @@
# For development
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
nixd
nixfmt
lua-language-server
stylua
];
+6 -1
View File
@@ -27,7 +27,7 @@
(pkgs.vimUtils.buildVimPlugin {
name = "PicVim";
src = builtins.fetchGit {
src = fetchGit {
url = "https://github.com/SyedM-dev/PicVim";
rev = "5114853ed8f24661e48b726135bf78860d9339d5";
};
@@ -41,6 +41,11 @@
p.cpp
]))
];
extraPackages = with pkgs; [
nixd
nixfmt
];
};
home.file.".config/nvim".source = ./.;