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