From 97cdc526b160f470e048d498a6bf4b31e2e543c4 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 20 Jul 2025 22:13:09 -0400 Subject: [PATCH] fix(terra): fixes for 25.05 --- machines/terra/configuration.nix | 2 +- nixos/hyprland/home.nix | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index a42b5b2..98e8ea5 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -98,7 +98,7 @@ environment.systemPackages = with pkgs; [ obs-studio - kdenlive + kdePackages.kdenlive inkscape thunderbird qgis diff --git a/nixos/hyprland/home.nix b/nixos/hyprland/home.nix index f4226b6..73d4142 100644 --- a/nixos/hyprland/home.nix +++ b/nixos/hyprland/home.nix @@ -253,10 +253,9 @@ in { programs.hyprpanel = { enable = true; systemd.enable = true; - hyprland.enable = true; settings = { - layout."bar.layouts"."0" = { + "bar.layouts"."0" = { left = ["dashboard" "workspaces"]; middle = ["clock" "notifications"]; right = ["media" "hypridle" "volume" "network" "bluetooth" "systray"]; @@ -292,10 +291,10 @@ in { }; }; - override = { - "theme.bar.buttons.workspaces.active" = "#ebdbb2"; - "theme.bar.buttons.workspaces.occupied" = "#665c54"; - }; + # override = { + # "theme.bar.buttons.workspaces.active" = "#ebdbb2"; + # "theme.bar.buttons.workspaces.occupied" = "#665c54"; + # }; }; }; }