diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-04-03 10:58:40 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-04-03 10:58:40 -0700 |
| commit | 549774e2b47a3ca80f769d0b8c870449f38eefa7 (patch) | |
| tree | 5fedd7261e057dc9dcba3b38a04a01d5139e0741 /modules | |
| parent | ed87f14aceb8d41a808ad9408e2d963fcfe65aa5 (diff) | |
flake: update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/desktop/components/gtk/default.nix | 1 | ||||
| -rw-r--r-- | modules/home/tools/git/default.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/desktop/components/gtk/default.nix b/modules/home/desktop/components/gtk/default.nix index ccdb031..aceae90 100644 --- a/modules/home/desktop/components/gtk/default.nix +++ b/modules/home/desktop/components/gtk/default.nix @@ -13,6 +13,7 @@ in { enable = true; theme = theme.gtk; + gtk4.theme = theme.gtk; font = { name = "monospace"; diff --git a/modules/home/tools/git/default.nix b/modules/home/tools/git/default.nix index bd7da60..4c2b4d9 100644 --- a/modules/home/tools/git/default.nix +++ b/modules/home/tools/git/default.nix @@ -38,6 +38,7 @@ in { }; signing = { + format = "openpgp"; key = cfg.key; signByDefault = cfg.sign; }; |