feat(nix): Enable flakes

This commit is contained in:
punkfairie 2024-10-18 17:49:35 -07:00
parent 3d65f4fbae
commit 482435f0c3
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -3,6 +3,9 @@
home.username = "marley";
home.homeDirectory = "/home/marley";
# Enable flakes.
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes.