diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-17 09:25:13 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-18 09:05:35 -0800 |
commit | 97124a3f122087910d8e1751f560ece16527ce86 (patch) | |
tree | 29083154ea0eb1f3c80a1bc67f4c6bc0775bcd97 /nix/users/fcuny | |
parent | fish defaults are fine (diff) | |
download | world-97124a3f122087910d8e1751f560ece16527ce86.tar.gz |
add support for overlays and add one for `sapi'
Diffstat (limited to 'nix/users/fcuny')
-rw-r--r-- | nix/users/fcuny/darwin.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/users/fcuny/darwin.nix b/nix/users/fcuny/darwin.nix index b56a67d..b882bc5 100644 --- a/nix/users/fcuny/darwin.nix +++ b/nix/users/fcuny/darwin.nix @@ -1,4 +1,6 @@ { pkgs, ... }: { + nixpkgs.overlays = import ../../../nix/lib/overlays.nix; + # The user should already exist, but we need to set this up so Nix knows # what our home directory is (https://github.com/LnL7/nix-darwin/issues/423). users.users.fcuny = { |