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" ];
|
||||
};
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
overlays.enable = false;
|
||||
|
||||
polarity = "dark";
|
||||
enableReleaseChecks = false;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue