@ -1,9 +1,13 @@
|
||||
{lib, ...}: {
|
||||
environment.variables = {
|
||||
LESS = "-R --mouse";
|
||||
environment = {
|
||||
ldso32 = null;
|
||||
memoryAllocator.provider = "mimalloc";
|
||||
variables = {
|
||||
LESS = "-R --mouse";
|
||||
};
|
||||
};
|
||||
|
||||
environment.ldso32 = null;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
boot.tmp.cleanOnBoot = lib.mkDefault true;
|
||||
|
||||
|
Reference in New Issue
Block a user