https://github.com/nix-community/nh
This commit is contained in:
Gene Liverman 2025-08-20 11:25:48 -04:00
parent 902f607008
commit 2ebacb04c1
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI

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;