This commit is contained in:
shibazaki 2025-04-29 07:23:55 +02:00
parent c612a4427a
commit c213099a9e
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@ in {
reload_style_on_change = true;
output = [
"eDP-2"
"HDMI-A-1"
];
modules-left = ["custom/padd" "custom/l_end" "cpu" "memory" "custom/r_end" "custom/l_end" "idle_inhibitor" "clock" "custom/r_end" "" "custom/padd"];
modules-center = ["custom/padd" "" "custom/l_end" "hyprland/workspaces" "hyprland/window" "custom/r_end" "custom/padd"];

View File

@ -19,8 +19,10 @@
./../../nixos/home/modules/utilities.nix
./../../nixos/home/modules/environment.nix
./../../nixos/home/modules/session-variables.nix
./../../nixos/home/imports/waybar.nix
];
desktop.hyprland.waybar.enable = true;
home.stateVersion = "24.11"; # Please read the comment before changing.
}