overheating: set scale of login screen to 2.0
This commit is contained in:
parent
fcf4fc3064
commit
d79f636669
6 changed files with 30 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"eDP-1,2944x1840@90,0x0,2"
|
||||
|
||||
# all others
|
||||
",highrr,auto,1"
|
||||
",highres,auto,1"
|
||||
];
|
||||
programs.ironbar.monitor = "eDP-1";
|
||||
programs.ironbar.battery = [
|
||||
|
|
|
|||
|
|
@ -7,5 +7,8 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
networking.hostName = "overheating";
|
||||
programs.ironbar.monitor = "eDP-1";
|
||||
programs.boot.boot_params = [];
|
||||
programs.ironbar.scale = "2.0";
|
||||
programs.boot.boot_params = [ ];
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue