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 <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2021-11-13 23:18:35 +03:00 committed by tazjin
parent 1cdc488f19
commit 1ef8a6c153

View file

@ -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 = ''