Create device-specific hyprland config

This commit is contained in:
2024-08-18 13:46:37 -07:00
parent d71b7e6976
commit b449a56b0b
6 changed files with 215 additions and 202 deletions

View File

@@ -9,8 +9,6 @@
wayland.windowManager.hyprland = {
enable = true;
settings = {
monitor = ",preferred,auto,1.5";
"$mod" = "SUPER";
"$terminal" = "kitty";
"$fileManager" = "dolphin";

View File

@@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = ",preferred,3440x1440@164.90Hz,1.33333";
}