diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index 594c7ba7..1f1a0cf7 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -208,11 +208,12 @@ makeEnable config "myModules.xmonad" true { # Wrapper config that includes both home-manager generated config and animations # This works around picom not supporting multiple --config flags + # Must use absolute paths since files are symlinks to nix store xdg.configFile."picom/picom-with-animations.conf".text = '' # Include home-manager generated base config - @include "picom.conf" + @include "~/.config/picom/picom.conf" # Include spring physics animations (uses () list syntax) - @include "animations.conf" + @include "~/.config/picom/animations.conf" ''; # Override picom service to use our wrapper config