nixnew/systems/msi/hyprland/default.nix
2025-07-24 20:13:44 -07:00

9 lines
250 B
Nix

{ impurity, ... }: {
hyprland-session = {
extraConfig = ''
source = ${impurity.link ./hyprland.conf}
source = ${impurity.link ../../../modules/hyprland/60p.conf}
'';
extraConfigStatic = "source = ${./hyprland.conf}";
};
}