Add GPG-specific option

This commit is contained in:
Spotlight 2023-09-10 23:05:09 -05:00
parent 29a271d52f
commit 0e960995fb
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
4 changed files with 40 additions and 26 deletions

View file

@ -43,11 +43,17 @@
# For all architecture variants of Darwin, we don't want only dotfiles.
aarch64-darwin.homeConfigurations.spot = homeManager {
system = "aarch64-darwin";
specialArgs.desktop = true;
specialArgs = {
desktop = true;
gpg = true;
};
};
x86_64-darwin.homeConfigurations.spot = homeManager {
system = "x86_64-darwin";
specialArgs.desktop = true;
specialArgs = {
desktop = true;
gpg = true;
};
};
};
};