diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 19:18:14 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 19:18:14 +0530 |
commit | 4ffb9104a809723f543473fe1146997bb4b5da2f (patch) | |
tree | badc21864b8a6162509d34404e46176c7c4a144c | |
parent | 657a7be914432e3629f06ab2cd0139906cf12a47 (diff) |
nix: enable nix-command experimental feature
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 2d9767a..5637062 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,6 +68,8 @@ in ]; }; system.stateVersion = "23.05"; + nix.settings.experimental-features = [ "nix-command" ]; + programs.bash.promptInit = '' PROMPT_COLOR="1;31m" [ "$UID" -ne 0 ] && |