9 lines
250 B
Nix
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}";
|
|
};
|
|
}
|