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:
parent
5e521eb120
commit
7251c6cb7d
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
|
||||
{
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
networking.hostName = builtins.baseNameOf directory;
|
||||
nixpkgs.hostPlatform = hostPlatform;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue