Refactoring so that device-specific homes would work

This commit is contained in:
2026-04-15 17:01:35 +02:00
parent 6c3733c50c
commit d254fbd6b4
5 changed files with 25 additions and 15 deletions

5
home/hosts/Heracles.nix Normal file
View File

@@ -0,0 +1,5 @@
{
wayland.windowManager.hyprland.settings = {
monitor=",preferred,auto,1.0";
};
}

View File

@@ -0,0 +1,5 @@
{
wayland.windowManager.hyprland.settings = {
monitor=",preferred,auto,auto";
};
}