diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 17:34:17 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 17:34:17 -0400 |
commit | 4e5f56a240596f0c626bdbc2d26ed08d0624092f (patch) | |
tree | ca84bf61c1b492181b042fe475934c08547b9d9a /modules | |
parent | 2fc8e6ab8270773f063a21a17115336548359d79 (diff) |
generalize theme
Diffstat (limited to 'modules')
-rw-r--r-- | modules/git/cgit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 75afc68..443b599 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -4,6 +4,7 @@ let repositoryPath = "/home/compromyse"; cgit = (pkgs.callPackage ../../packages/cgit.nix { dist = ./cgit-dist; + theme = "monokai"; }); in { services.cgit."git.compromyse.xyz" = { |