hyprland 60% and standard kb layouts
60% :(
This commit is contained in:
parent
cb16ddc02e
commit
50d9263835
5 changed files with 69 additions and 33 deletions
|
@ -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}
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -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}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue