✨ feat(nix): Enable flakes
This commit is contained in:
parent
3d65f4fbae
commit
482435f0c3
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue