hyprland 60% and standard kb layouts

60% :(
This commit is contained in:
outfoxxed 2025-07-24 20:13:44 -07:00
parent cb16ddc02e
commit 50d9263835
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 69 additions and 33 deletions

View file

@ -1,3 +1,6 @@
{ impurity, ... }: {
hyprland-session.extraConfig = "source = ${impurity.link ./hyprland.conf}";
hyprland-session.extraConfig = ''
source = ${impurity.link ./hyprland.conf}
source = ${impurity.link ../../../modules/hyprland/standard.conf}
'';
}

View file

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