nix flake update

This commit is contained in:
Tobias Ostner 2025-06-14 14:15:51 +02:00
parent 9e83e6c002
commit c3ff3db64f
4 changed files with 29 additions and 15 deletions

View file

@ -7,7 +7,7 @@
, extraHomeManagerModules ? [ ]
}:
let
systemConfig = import ../module/configuration.nix { inherit hostname; };
systemConfig = import ../module/configuration.nix { inherit hostname username; };
homeManagerConfig = import ../module/home-manager.nix { inherit email; };
in
inputs.darwin.lib.darwinSystem {