This commit is contained in:
2025-05-01 13:33:43 -05:00
parent c18886cd32
commit ff074185b6
9 changed files with 34 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
{
imports = [
#./monitor.nix
];
}

View File

@@ -0,0 +1,3 @@
{
programs.hyprland.enable = true;
}

View File

@@ -0,0 +1,5 @@
{
config.me.rum.programs.hyprland.settings.monitor = [
", 1920x1080@60, auto, 1"
];
}