summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-12 07:48:48 +0100
committerRory& <root@rory.gay>2025-03-12 07:48:54 +0100
commitb5f7e26684a372aa8657891d17ffed095f9f8f1b (patch)
tree172bf8991b153068b213ccc68cb9017d3263b6c4 /host
parentlaptop changes (diff)
downloadRory-Open-Architecture-b5f7e26684a372aa8657891d17ffed095f9f8f1b.tar.xz
Switch to cgit-magenta, desktop changes
Diffstat (limited to 'host')
-rw-r--r--host/Rory-desktop/configuration.nix1
-rw-r--r--host/Rory-ovh/services/cgit.nix5
2 files changed, 4 insertions, 2 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix

index c8f6ea5..83fc657 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix
@@ -131,6 +131,7 @@ args@{ #jetbrains-toolbox #jetbrains.rider (jetbrains.plugins.addPlugins jetbrains.webstorm [ "github-copilot" ]) + (jetbrains.plugins.addPlugins jetbrains.clion [ "github-copilot" "string-manipulation" "nixidea" "visual-studio-keymap" ]) #jetbrains.clion #github-copilot-intellij-agent diff --git a/host/Rory-ovh/services/cgit.nix b/host/Rory-ovh/services/cgit.nix
index 9c18aca..905947a 100644 --- a/host/Rory-ovh/services/cgit.nix +++ b/host/Rory-ovh/services/cgit.nix
@@ -1,10 +1,11 @@ -{ pkgs, lib, ... }: +{ pkgs, lib, cgit-magenta, ... }: let base_cgit_config = { enable = true; nginx.virtualHost = "cgit.rory.gay"; - package = pkgs.cgit-pink; + #package = pkgs.cgit-pink; + package = cgit-magenta.packages.${pkgs.stdenv.hostPlatform.system}.default; scanPath = "/data/git"; settings = { css = "/cgit.css";