diff options
| -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 { |
