marmo: add config

This commit is contained in:
DashieTM 2024-05-08 16:08:46 +02:00
parent 7040d943cb
commit 45f6ade78c
6 changed files with 99 additions and 24 deletions

View file

@ -1 +1,12 @@
{ }
{
imports = [
../../modules
];
wayland.windowManager.hyprland.settings.monitor = [
# default
"DP-1,1920x1080@144,0x0,1"
# all others
",highrr,auto,1"
];
programs.ironbar.monitor = "DP-1";
}