Add GPG-specific option
This commit is contained in:
parent
29a271d52f
commit
0e960995fb
4 changed files with 40 additions and 26 deletions
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue