diff options
Diffstat (limited to 'roles/home/desktop')
| -rw-r--r-- | roles/home/desktop/picom.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/roles/home/desktop/picom.nix b/roles/home/desktop/picom.nix deleted file mode 100644 index cc72333..0000000 --- a/roles/home/desktop/picom.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ ... }: - -{ - services.picom = { - backend = "glx"; - vSync = true; - - settings = { - blur = { - method = "gaussian"; - size = 10; - deviation = 2; - }; - - blur-background-exclude = [ - "window_type = 'dock'" - ]; - }; - }; -} |