bump, enable uid-range, disable stylix overlays
This commit is contained in:
parent
3d498941be
commit
02e821bcce
3 changed files with 34 additions and 23 deletions
9
modules/common/uid-range.nix
Normal file
9
modules/common/uid-range.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
nix.settings = {
|
||||
experimental-features = [
|
||||
"auto-allocate-uids"
|
||||
];
|
||||
auto-allocate-uids = true;
|
||||
system-features = [ "uid-range" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue