feat(desktop): Re-enable Compton

This commit is contained in:
Vincent Ambo 2018-01-04 23:22:07 +01:00
parent 50785da62d
commit 5fd46c7062

View file

@ -14,6 +14,11 @@ in {
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
};
# Apparently when you have house guests they complain about your screen tearing!
services.compton.enable = true;
services.compton.backend = "xrender";
# Configure desktop environment:
services.xserver.windowManager.session = lib.singleton {
name = "exwm";