feat: picom animations and final config

This commit is contained in:
2024-12-30 19:57:40 +01:00
parent d5e2fd9b52
commit 7a0c575b7e
4 changed files with 418 additions and 3 deletions

View File

@@ -4,6 +4,21 @@
pkgs,
...
}: {
home.file = {
# ".config/picom/picom.conf" = {
# text = builtins.readFile ./picom.conf;
# };
".config/picom/picom-animations.conf" = {
text = builtins.readFile ./picom-animations.conf;
};
".config/picom/black_to_transparent.frag" = {
text = builtins.readFile ./black_to_transparent.frag;
};
};
services.picom = {
enable = true;
package = pkgs.picom;