mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
A module for configuring Wayprompt¹, a password-prompter for Wayland, that can be used as a pinentry program for GnuPG (and more). Provides a 'programs.wayprompt.settings', following RFC 42². ¹: https://git.sr.ht/~leon_plickat/wayprompt ²: https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md
8 lines
133 B
INI
8 lines
133 B
INI
[band]
|
|
sunrise = 0xF7CD5D;
|
|
sunset = 0xFAD6A5;
|
|
white-with-alpha = 0xFFFFFF00;
|
|
|
|
[group]
|
|
some-integer = 42;
|
|
some-string = "foo:bar=37";
|