From f689fc5cfc1f6475ce7be9c2eb79840977fa2c06 Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 5 Mar 2026 19:18:21 +0700 Subject: [PATCH] make theme default --- modules/system/homelab/git.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 2829e5e..c5a310f 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -24,7 +24,8 @@ ALLOW_ONLY_INTERNAL_REGISTRATION = false; REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true; }; - user.ENABLE_FOLLOWING=false; + ui.DEFAULT_THEME = "catppuccin-mocha-blue"; + user.ENABLE_FOLLOWING = false; repository = { DISABLE_STARS = true; DISABLE_FORKS = true;