Skip to content
Snippets Groups Projects
Commit 30abaf47 authored by Jens Nolte's avatar Jens Nolte
Browse files

Fix indentation

parent 1286da98
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,9 @@ in
programs.sway.extraPackages = with pkgs; [ swaylock swayidle xwayland kitty cool-retro-term xorg.xrdb ];
# QT_QPA_PLATFORM=wayland requires qt5.qtwayland in systemPackages
programs.sway.extraSessionCommands = ''
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
'';
environment.loginShellInit = ''
# start sway when logging in on tty1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment