commit | 1a0fc1c9e92a7116452cdec031767de1269a51be | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:11:24 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:11:24 2022 +0000 |
tree | 5452a5bac9740096bc93f94e7a2dc8bebbd57603 | |
parent | 3d1b4500989f63616cf180815b8693d2acbce7b7 [diff] |
Properly source home-manager vars in sway
diff --git a/modules/sway.nix b/modules/sway.nix index ff50e30..05d45c5 100644 --- a/modules/sway.nix +++ b/modules/sway.nix
@@ -118,6 +118,9 @@ }; extraSessionCommands = '' + unset __HM_SESS_VARS_SOURCED + . "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" + export WLR_NO_HARDWARE_CURSORS=1 # TODO: Check if above is still needed w/ nvidia card enabled export SDL_VIDEODRIVER=wayland