summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-07-03 19:38:07 -0500
committerChristian <[email protected]>2026-07-03 19:38:07 -0500
commit0dc4095d4efbc22e5e436dc1a9841dad6afe8c08 (patch)
tree43c0c0ffa7dbd4da08f2989da7fda7804eb56cbe /modules/home
parent8c347e7bd03fdae3cd7ecf2d559c9aef377ebf6e (diff)
picom compositor
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/christian.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix
index 16aef42..56c8d94 100644
--- a/modules/home/christian.nix
+++ b/modules/home/christian.nix
@@ -142,6 +142,12 @@
'';
};
+ services.picom = {
+ enable = true;
+ backend = "egl";
+ vSync = true;
+ };
+
programs.zathura = {
enable = true;
package = pkgs.zathuraPkgs.zathuraWrapper.override {