From 1ea36ef9d36df89c2f78b35bc5cc8be641d80ec6 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 24 Jan 2024 16:55:57 +0300 Subject: [PATCH] Nix : Add experimental config. --- .config/nix/nix.conf | 1 + .gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .config/nix/nix.conf diff --git a/.config/nix/nix.conf b/.config/nix/nix.conf new file mode 100644 index 0000000..c7d7291 --- /dev/null +++ b/.config/nix/nix.conf @@ -0,0 +1 @@ +experimental-features = nix-command flakes diff --git a/.gitignore b/.gitignore index b941a38..1bd979f 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,10 @@ !/.config/MangoHud/ !/.config/MangoHud/** +# Nix. +!/.config/nix/ +!/.config/nix/** + ## gtk-3.0 !/.config/gtk-3.0/ !/.config/gtk-3.0/**