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,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