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; [
obs-studio
kdenlive
kdePackages.kdenlive
inkscape
thunderbird
qgis

View File

@ -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";
# };
};
};
}