about summary refs log tree commit diff
path: root/users/tazjin/nixos/tverskoy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 61edf9f831..62dd8fe631 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -277,7 +277,6 @@ in lib.fix(self: {
       paperlike-go
       pass
       pavucontrol
-      picom
       pinentry
       pinentry-emacs
       pulseaudioLight # for pactl
@@ -369,6 +368,12 @@ in lib.fix(self: {
 
       services.dunst.enable = true;
 
+      services.picom = {
+        enable = true;
+        vSync = true;
+        backend = "glx";
+      };
+
       xdg.configFile."dunst/dunstrc" = {
         source = depot.users.tazjin.dotfiles.dunstrc;
         onChange = ''