Skip to content

Commit 7be3af3

Browse files
committed
fix(uwsm): make uwsm apps accessible to hm.sessionVariables
1 parent 74d8de4 commit 7be3af3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hypr/hyprland/home.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
inputs,
3+
config,
34
isVM,
45
...
56
}: {
@@ -15,5 +16,8 @@
1516
};
1617
};
1718

19+
# make `home.sessionVariables` accessible for uwsm
20+
systemd.user.sessionVariables = config.home.sessionVariables;
21+
1822
catppuccin.hyprland.enable = true;
1923
}

0 commit comments

Comments
 (0)