From 1ef8a6c1532d09a0079de2b798f509dcda1dc49a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 13 Nov 2021 23:18:35 +0300 Subject: feat(tazjin/tverskoy): Enable picom by default ... rather than launching it manually in a shell when I need it, which is more often now that I have a large screen. Change-Id: Ia526af98e513d29e70aeb093442465dce256c333 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3874 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'users/tazjin/nixos/tverskoy/default.nix') 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 = '' -- cgit 1.4.1