matshell
This commit is contained in:
parent
f339b338a3
commit
701c9d71f0
5 changed files with 44 additions and 14 deletions
|
|
@ -1,2 +1,12 @@
|
|||
{...}: {
|
||||
{ lib, ...}: {
|
||||
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
|
||||
input.kb_layout = lib.mkForce "en";
|
||||
|
||||
monitor = lib.mkForce [
|
||||
"DP-3, 3840x2160, 0x0, 1.5"
|
||||
"DP-4, 2560x1440, 2560x0, 1"
|
||||
",preferred,auto,1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue