mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:46:11 +01:00
feat: picom config removed as it caused issues
This commit is contained in:
@@ -5,23 +5,27 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
home.file = {
|
# home.file = {
|
||||||
# ".config/picom/picom.conf" = {
|
# ".config/picom/picom.conf" = {
|
||||||
# text = builtins.readFile ./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;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
".config/picom/picom-animations.conf" = {
|
home.packages = with pkgs; [
|
||||||
text = builtins.readFile ./picom-animations.conf;
|
picom
|
||||||
};
|
];
|
||||||
|
|
||||||
".config/picom/black_to_transparent.frag" = {
|
# services.picom = {
|
||||||
text = builtins.readFile ./black_to_transparent.frag;
|
# enable = true;
|
||||||
};
|
# package = pkgs.picom;
|
||||||
};
|
|
||||||
|
|
||||||
services.picom = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.picom;
|
|
||||||
# backend = "glx";
|
# backend = "glx";
|
||||||
#
|
#
|
||||||
# shadow = true;
|
# shadow = true;
|
||||||
@@ -110,5 +114,5 @@
|
|||||||
# #"nordify.glsl:class_g = 'miru'"
|
# #"nordify.glsl:class_g = 'miru'"
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user