summaryrefslogtreecommitdiff
path: root/users/kassouni/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/kassouni/home.nix')
-rw-r--r--users/kassouni/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/kassouni/home.nix b/users/kassouni/home.nix
index dc4675e..1b9fe48 100644
--- a/users/kassouni/home.nix
+++ b/users/kassouni/home.nix
@@ -11,6 +11,7 @@
./fuzzel.nix
./rofi.nix
./music.nix
+ ./fonts.nix
./slippi.nix
./ssh.nix
./rip.nix
@@ -65,6 +66,10 @@
services.picom = {
enable = true;
+ # modesetting has no TearFree option, so the compositor has to do the
+ # syncing. home-manager defaults vSync to false, which tears.
+ backend = "glx";
+ vSync = true;
};
services.syncthing.enable = true;