mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
b7eb400d41
This pull requests refactors the pistol configuration options, since the current options are deficient in a few ways. Closes #3486
6 lines
194 B
Nix
6 lines
194 B
Nix
{
|
|
pistol-associations = ./associations.nix;
|
|
pistol-config = ./config.nix;
|
|
pistol-double-association = ./double-association.nix;
|
|
pistol-missing-association = ./missing-association.nix;
|
|
}
|