diff options
| author | Christian <[email protected]> | 2026-07-03 19:38:07 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-07-03 19:38:07 -0500 |
| commit | 0dc4095d4efbc22e5e436dc1a9841dad6afe8c08 (patch) | |
| tree | 43c0c0ffa7dbd4da08f2989da7fda7804eb56cbe /modules | |
| parent | 8c347e7bd03fdae3cd7ecf2d559c9aef377ebf6e (diff) | |
picom compositor
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/christian.nix | 6 |
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 { |
