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.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/kassouni/home.nix b/users/kassouni/home.nix
index 6242863..9268980 100644
--- a/users/kassouni/home.nix
+++ b/users/kassouni/home.nix
@@ -26,6 +26,8 @@
./palette
];
+ home.username = "kassouni";
+
xmonad-config = {
launcher = "rofi -show drun -show-icons";
terminal = "ghostty";
@@ -68,7 +70,7 @@
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";
+ backend = "egl";
vSync = true;
};