From c213099a9e32a24e4dfc5ea05ab39830dc2005d4 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Tue, 29 Apr 2025 07:23:55 +0200 Subject: [PATCH] h --- nixos/home/imports/waybar.nix | 1 + users/shibazaki/home.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/home/imports/waybar.nix b/nixos/home/imports/waybar.nix index 3959a89..9cb2ce3 100644 --- a/nixos/home/imports/waybar.nix +++ b/nixos/home/imports/waybar.nix @@ -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"]; diff --git a/users/shibazaki/home.nix b/users/shibazaki/home.nix index 7b0d0f6..285fe58 100644 --- a/users/shibazaki/home.nix +++ b/users/shibazaki/home.nix @@ -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. } -