fix(nix): move experimental-features to common.nix

This commit is contained in:
winston 2023-02-20 21:00:47 +01:00
parent 38fe27d5f4
commit 9b70ad3964
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@
nix = {
gc.automatic = true;
settings = {
experimental-features = ["nix-command" "flakes"];
auto-optimise-store = true;
substituters = [
"https://catppuccin.cachix.org"

View file

@ -5,7 +5,6 @@
}: let
mainUser = "winston";
in {
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
imports = [./hardware.nix];