From f2ccf99e56646c20b30838f590156fb72a414479 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:10:45 +0300 Subject: [PATCH] setup flakes for later --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4baf8727..83bb790a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,6 +31,9 @@ # TODO(sako):: figure out plymouth and why my system is too fast #boot.plymouth.enable = true; + # for later when i setup flakes + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # networking.hostName = "nixos"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.