Merge pull request #541 from genebean/nh

Add nh
This commit is contained in:
Gene Liverman 2025-08-20 11:26:35 -04:00 committed by GitHub
commit 4adfb8b313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: let { inputs, pkgs, username, ... }: let
sqlite_lib = if builtins.elem pkgs.system [ sqlite_lib = if builtins.elem pkgs.system [
"aarch64-darwin" "aarch64-darwin"
"x86_64-darwin" "x86_64-darwin"
@ -160,6 +160,10 @@ in {
]; ];
plugins = [ pkgs.vimPlugins.lazy-nvim ]; # let lazy.nvim manage every other plugin plugins = [ pkgs.vimPlugins.lazy-nvim ]; # let lazy.nvim manage every other plugin
}; };
nh = {
enable = true;
flake = "/Users/${username}/repos/dots";
};
oh-my-posh = { oh-my-posh = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;