Make nixd/nixfmt global
This commit is contained in:
@@ -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 = ./.;
|
||||
|
||||
Reference in New Issue
Block a user