fix(terra): fixes for 25.05

This commit is contained in:
Michael Thomas 2025-07-20 22:13:09 -04:00
parent 9fc90fc8f3
commit 97cdc526b1
2 changed files with 6 additions and 7 deletions

View File

@ -98,7 +98,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
obs-studio obs-studio
kdenlive kdePackages.kdenlive
inkscape inkscape
thunderbird thunderbird
qgis qgis

View File

@ -253,10 +253,9 @@ in {
programs.hyprpanel = { programs.hyprpanel = {
enable = true; enable = true;
systemd.enable = true; systemd.enable = true;
hyprland.enable = true;
settings = { settings = {
layout."bar.layouts"."0" = { "bar.layouts"."0" = {
left = ["dashboard" "workspaces"]; left = ["dashboard" "workspaces"];
middle = ["clock" "notifications"]; middle = ["clock" "notifications"];
right = ["media" "hypridle" "volume" "network" "bluetooth" "systray"]; right = ["media" "hypridle" "volume" "network" "bluetooth" "systray"];
@ -292,10 +291,10 @@ in {
}; };
}; };
override = { # override = {
"theme.bar.buttons.workspaces.active" = "#ebdbb2"; # "theme.bar.buttons.workspaces.active" = "#ebdbb2";
"theme.bar.buttons.workspaces.occupied" = "#665c54"; # "theme.bar.buttons.workspaces.occupied" = "#665c54";
}; # };
}; };
}; };
} }