diff --git a/home/modules/halloy.nix b/home/modules/halloy.nix index 48c3806..081e5f0 100644 --- a/home/modules/halloy.nix +++ b/home/modules/halloy.nix @@ -14,21 +14,11 @@ in { programs.halloy = { enable = true; settings = { - theme = "macawCustom"; - preview.enabled = false; - sidebar = { - buffer_action = "replace-pane"; - focused_buffer_action = "close-pane"; - }; buffer = { channel.topic = { enabled = true; }; chathistory.infinite_scroll = true; - server_messages = { - join.exclude = ["*"]; - quit.exclude = ["*"]; - }; }; servers.liberachat = { @@ -43,75 +33,9 @@ in { chathistory = true; channels = [ "#lobsters" - "#nixos" - "#linux" - "##rust" - "#git" - "#c" - "##programming" - "#hardware" - "##chat" - "#OSRS" - "##math" - "##physics" - "#haskell" - "#soju" - "#datahoarder" - "#startrek" ]; }; }; - themes = { - macawCustom = { - general = { - background = "#333333"; - border = "#505050"; - horizontal_rule = "#333333"; - unread_indicator = "#2884FC"; - }; - - text = { - primary = "#DFDFDF"; - secondary = "#C2C2C2"; - tertiary = "#8839EF"; - success = "#959595"; - error = "#959595"; - }; - - buffer = { - action = "#959595"; - background = "#1E1E1E"; - background_text_input = "#2E2E2E"; - background_title_bar = "#2E2E2E"; - border = "#1A1A1A"; - border_selected = "#1A1A1A"; - code = "#7287FD"; - highlight = "#454645"; - nickname = "#00C8FF"; - selection = "#777777"; - timestamp = "#959595"; - topic = "#DFDFDF"; - url = "#2884FC"; - buffer.server_messages = { - default = "#959595"; - }; - }; - - buttons.primary = { - background = "#00000000"; - background_hover = "#484848"; - background_selected = "#4A4A4A"; - background_selected_hover = "#666666"; - }; - - buttons.secondary = { - background = "#3B3B3B"; - background_hover = "#484848"; - background_selected = "#646464"; - background_selected_hover = "#666666"; - }; - }; - }; }; }; } diff --git a/sys/platforms/vps/default.nix b/sys/platforms/vps/default.nix index dab0ef9..ac300d2 100644 --- a/sys/platforms/vps/default.nix +++ b/sys/platforms/vps/default.nix @@ -26,7 +26,6 @@ with lib; { "/var/lib/forgejo" "/var/lib/mealie" "/var/lib/trilium" - "/var/lib/forgejo" ]; repoName = "vps"; };