about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-17 23:06:44 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-17 23:06:44 +0100
commit91c3d91d25d92ecc281b5a7afd1a50293e04aae6 (patch)
tree774100dfb87355f47d3963a26d70878096feeeca /flake.nix
parentDotfiles: Emacs: Use straight as package manager (diff)
downloadnixos-config-91c3d91d25d92ecc281b5a7afd1a50293e04aae6.tar.gz
nixos-config-91c3d91d25d92ecc281b5a7afd1a50293e04aae6.tar.bz2
nixos-config-91c3d91d25d92ecc281b5a7afd1a50293e04aae6.zip
Nix: Add home-manager to darwin
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d51c66d..44604b8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -93,6 +93,7 @@
         isMacOS = true;
         isIso = false;
         isHardware = true;
+        user = "${secrets.darwin_user}";
       });
 
       homeConfigurations = import ./hosts (commonInherits // {