summaryrefslogtreecommitdiff
path: root/users/kassouni/home.nix
diff options
context:
space:
mode:
authorAlexander Kassouni <alex@kassouni.net>2026-08-30 22:42:35 -0700
committerAlexander Kassouni <alex@kassouni.net>2026-08-30 22:42:35 -0700
commit02f1cb4dae4f466d79e102f890f093fb9e97e7f7 (patch)
tree112cdebf1c19f853dc8cea54b994d030236155ba /users/kassouni/home.nix
parentaf99b4960a9bf1043234354d685ed23818c14aaa (diff)
power settings, palette cleanup
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;
};