diff --git a/hosts/miniding/configuration.nix b/hosts/miniding/configuration.nix index f12a6d8..e7a718c 100644 --- a/hosts/miniding/configuration.nix +++ b/hosts/miniding/configuration.nix @@ -55,6 +55,10 @@ gdm.enable = true; }; + deviceSection = '' + Option "TearFree" "True" + ''; + windowManager.i3.enable = true; };