From d74b20717e8420aaa2d7814fcbae00e5f8553092 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 24 Sep 2025 18:04:51 +0300 Subject: [PATCH] add nyx to server --- config/waybar/modules.json | 19 ++++++++----------- flake.nix | 4 ++++ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/config/waybar/modules.json b/config/waybar/modules.json index 74526d6..271b9fa 100644 --- a/config/waybar/modules.json +++ b/config/waybar/modules.json @@ -40,23 +40,20 @@ "hyprland/window": { "format": "{}", "rewrite": { - "(.*) (- Roblox )?(— Mozilla Firefox( Private Browsing)?|(—|-) Brave)": "$1", - "(.*) - Roblox": "$1", - "swappy": "Swappy", - "Support Hyprland": "Hyprland", - "MainPicker": "Hyprland", - "Hyprland Updated": "Hyprland", - "Cider": "Apple Music", - "SCPSL": "SCP: Secret Laboratory", + "(Support Hyprland|MainPicker|Hyprland Updated)": "Hyprland", + + "DELTARUNE Chapter ([0-9]+)": "DELTARUNE", "Sober": "Roblox", "vinegar": "Vinegar", "RobloxStudio": "Roblox Studio", - "gemini.google.com_/app": "Gemini", + "SCPSL": "SCP: Secret Laboratory", "PORTAL 2 - (OpenGL|Vulkan)": "Portal 2", "HALF-LIFE 2 - (OpenGL|Vulkan)": "Half-Life 2", - "(.*) — (Firefox( Developer Edition)|Zen Browser)?": "$1", "(.*) - Google( Search| meklēšana)?": "$1", - "Minecraft NeoForge%*(.+)": "Minecraft" + + "Cider": "Apple Music", + "swappy": "Swappy", + "(.*) — (Firefox( Developer Edition)|Zen Browser)?": "$1" }, "separate-outputs": false }, diff --git a/flake.nix b/flake.nix index 420cb8b..11874ac 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,10 @@ inputs.tangled.nixosModules.knot inputs.vscode-server.nixosModules.default + inputs.chaotic.nixosModules.nyx-cache + inputs.chaotic.nixosModules.nyx-overlay + inputs.chaotic.nixosModules.nyx-registry + # lil hack to not use --impure when rebuilding nixos >:3 "/etc/nixos/hardware-configuration.nix"