do less things
This commit is contained in:
parent
bd429af298
commit
c8b99a74ac
2 changed files with 1 additions and 13 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue