feat: enable flakes

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-08-27 20:49:31 +02:00
parent e887d8bc7d
commit 3a9c7507cf
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -102,8 +102,11 @@
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;