diff options
author | sefidel <contact@sefidel.net> | 2025-01-19 09:05:06 +1000 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2025-01-19 09:05:06 +1000 |
commit | 0ad9ad6711d1623922b42577e6f60d66c1a5a331 (patch) | |
tree | 99f1a37f1e770ec892055eb80f420509e5463016 /flake.nix | |
parent | 73340250f8e141124fd38a12a7412480dcd00a3c (diff) | |
download | nixrc-0ad9ad6711d1623922b42577e6f60d66c1a5a331.tar.gz nixrc-0ad9ad6711d1623922b42577e6f60d66c1a5a331.zip |
feat(darwin): configure delta
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index f334314..67e1701 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,8 @@ nixosConfigurations = import ./nixos inputs; + darwinConfigurations = import ./darwin inputs; + homeConfigurations = import ./home inputs; colmena = self.lib.mkColmenaFromNixOSConfigurations self.nixosConfigurations; |