chore: work on modularization of config

This commit is contained in:
DashieTM 2024-04-17 13:00:14 +02:00
parent ab897f750d
commit 850454a6c6
16 changed files with 300 additions and 94 deletions

View file

@ -0,0 +1,13 @@
{ lib, config, ... }: {
imports = [
../../modules/ironbar_config.nix
];
wayland.windowManager.hyprland.settings.monitor = [
# default
"eDP-1,2944x1840@90,0x0,2"
# all others
",highrr,auto,1"
];
programs.ironbar.monitor = "eDP-1";
}