From 549774e2b47a3ca80f769d0b8c870449f38eefa7 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 3 Apr 2026 10:58:40 -0700 Subject: flake: update --- modules/home/desktop/components/gtk/default.nix | 1 + modules/home/tools/git/default.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/home') 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; }; -- cgit v1.2.3