1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Nix: Enable flakes and nix-command

This commit is contained in:
RGBCube 2023-05-06 15:43:22 +03:00
parent 5e521eb120
commit 7251c6cb7d

View file

@ -62,6 +62,11 @@
home-manager.nixosModules.home-manager
{
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
networking.hostName = builtins.baseNameOf directory;
nixpkgs.hostPlatform = hostPlatform;