overheating: set scale of login screen to 2.0

This commit is contained in:
DashieTM 2024-05-17 12:54:52 +02:00
parent fcf4fc3064
commit d79f636669
6 changed files with 30 additions and 6 deletions

View file

@ -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 = [

View file

@ -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;
}