diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,6 +19,10 @@ ghostty = { url = "github:ghostty-org/ghostty"; }; + nix-darwin = { + url = "path:/Users/ivi/nix-darwin"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; @@ -38,7 +42,7 @@ lib = (withLibs [ - # inputs.nix-darwin.lib + inputs.nix-darwin.lib home-manager.lib ]) .extend |
