From 30abaf47a41de125f75575fac18b517223986f7d Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Fri, 17 Jan 2020 03:16:12 +0100
Subject: [PATCH] Fix indentation

---
 nixos/layers/desktop.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nixos/layers/desktop.nix b/nixos/layers/desktop.nix
index 8b38871..90fff5e 100644
--- a/nixos/layers/desktop.nix
+++ b/nixos/layers/desktop.nix
@@ -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
-- 
GitLab