chore: work on modularization of config
This commit is contained in:
parent
ab897f750d
commit
850454a6c6
16 changed files with 300 additions and 94 deletions
13
nix/hardware/overheating/base_config.nix
Normal file
13
nix/hardware/overheating/base_config.nix
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue