summaryrefslogtreecommitdiff
path: root/home-manager/modules/apps
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-02 12:09:54 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-02 12:09:54 +0200
commit9b4310a1c94b4f1bb21274ca04a010781345a754 (patch)
treef82bc174689e73a847b251c1e6befaed2891700c /home-manager/modules/apps
parentd87e75acd2db95014819900b1d903108c8f57a0c (diff)
some hyprland stuff
Diffstat (limited to 'home-manager/modules/apps')
-rw-r--r--home-manager/modules/apps/desktop/hyprland.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home-manager/modules/apps/desktop/hyprland.nix b/home-manager/modules/apps/desktop/hyprland.nix
index c2a794e..243f999 100644
--- a/home-manager/modules/apps/desktop/hyprland.nix
+++ b/home-manager/modules/apps/desktop/hyprland.nix
@@ -13,7 +13,9 @@ with lib;
wl-clipboard
];
- # TODO: Place environment variables in ./config/uwsm
+
+ # Environment variables for hyprland.
+ # This can be used to configure wayland/hyprland-specific things
home.file.".config/uwsm/env-hyprland".text = ''
export XDG_SESSION_TYPE=wayland
export GDK_BACKEND=wayland
@@ -24,6 +26,7 @@ with lib;
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export MOZ_ENABLE_WAYLAND=1
+ export -n GTK_IM_MODULE
'';
# Hyprland