Zephyrus: Enbble "commands" and "flake" nix experimental features
This commit is contained in:
parent
936aafb512
commit
2d423aa521
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue