mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
feat: picom animations and final config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user