do less things

This commit is contained in:
notgne2 2023-04-15 01:44:38 -07:00
parent bd429af298
commit c8b99a74ac
No known key found for this signature in database
2 changed files with 1 additions and 13 deletions

View file

@ -47,10 +47,7 @@ in {
plymouth.enable = lib.mkDefault cfg.fancyBoot;
kernelParams = lib.mkIf cfg.fancyBoot [
"quiet"
"loglevel=3"
"rd.systemd.show_status=no"
"rd.udev.log_level=3"
"udev.log_priority=3"
"rd.systemd.show_status=auto"
"vt.global_cursor_default=0"
];
@ -136,7 +133,6 @@ in {
libGL
mesa
];
setLdLibraryPath = lib.mkDefault cfg.opengl;
};
# Support for steam hardware
@ -248,11 +244,6 @@ in {
layout = lib.mkDefault "us";
};
# this helps with some compatibility
hardware.pulseaudio.daemon.config = {
"default-sample-rate" = lib.mkDefault "48000";
};
networking.networkmanager.wifi.macAddress = lib.mkDefault "random";
networking.networkmanager.wifi.scanRandMacAddress = lib.mkDefault true;