From 430df434c76786e87ab03c0b607c2fec8187173f Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 5 Feb 2025 21:18:01 -0600 Subject: fix font bugs in theme, add gpm service --- modules/root/software/system.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/root/software') diff --git a/modules/root/software/system.nix b/modules/root/software/system.nix index 18cc8dd..f0a31f2 100644 --- a/modules/root/software/system.nix +++ b/modules/root/software/system.nix @@ -8,4 +8,6 @@ python3 sops # Secrets ]; + + services.gpm.enable = true; } -- cgit v1.2.3