diff --git a/modules/home/base/default.nix b/modules/home/base/default.nix index b3c10d5..85767c4 100644 --- a/modules/home/base/default.nix +++ b/modules/home/base/default.nix @@ -8,7 +8,7 @@ username = "${config.usercfg.username}"; homeDirectory = "/home/${config.usercfg.username}"; - stateVersion = "24.11"; + stateVersion = "26.05"; }; diff --git a/modules/home/wayland/hyprland/config.nix b/modules/home/wayland/hyprland/config.nix index 9220f3c..bd29ac0 100644 --- a/modules/home/wayland/hyprland/config.nix +++ b/modules/home/wayland/hyprland/config.nix @@ -24,8 +24,7 @@ startupScript = pkgs.writeShellScriptBin "hyprland-start" '' - eww-open-on-bar-screen bar & - dunst & + eww-open-on-current-screen bar & awww-daemon & sleep 2 @@ -56,7 +55,7 @@ in { hl.exec_cmd("wl-paste --type text --watch cliphist store") hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("swayidle -w timeout 600 'swaylock' before-sleep 'swaylock'") - hl.exec_cmd("${startupScript}/bin/start") + hl.exec_cmd("${lib.getExe startupScript}") hl.exec_cmd("[workspace special:magic silent] kitty --title flying_kitty") end'') ];