mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Theia: add nix settings
This commit is contained in:
parent
5fea5f7400
commit
e18bb8f3dd
1 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
settings = { experimental-features = [ "nix-command" "flakes" ]; };
|
settings = {
|
||||||
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
auto-optimise-store = true;
|
||||||
|
sandbox = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
|
|
Loading…
Reference in a new issue