From e447adb0ce5b28842b00d149107dd5f985c44428 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 18 Mar 2025 00:37:15 +1100 Subject: [PATCH] system/greetd_wayland: fix and source zshrc --- modules/system/greetd_wayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/greetd_wayland.nix b/modules/system/greetd_wayland.nix index 9295b27..b441dfa 100644 --- a/modules/system/greetd_wayland.nix +++ b/modules/system/greetd_wayland.nix @@ -8,7 +8,7 @@ }; initial_session = { - command = "Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\""; + command = "source $HOME/.config/zsh/.zshrc && Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\""; user = "rin"; }; };