Zephyrus: Enbble "commands" and "flake" nix experimental features

This commit is contained in:
GaspardCulis 2024-09-20 13:54:50 +00:00
parent 936aafb512
commit 2d423aa521

View file

@ -11,6 +11,9 @@
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
# Nix
nix.settings.experimental-features = ["nix-command" "flakes"];
# User config # User config
users.groups.gaspard = { users.groups.gaspard = {
name = "gaspard"; name = "gaspard";