1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

remove nix coniguration from configuration.nix to separate module

This commit is contained in:
andrey_varnavskiy
2024-11-29 16:19:46 +05:00
parent 6dd9ef5458
commit 5b48fce03b
3 changed files with 4 additions and 2 deletions

3
nixos/modules/nix.nix Normal file
View File

@@ -0,0 +1,3 @@
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}