mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37: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
|
home-manager.nixosModules.home-manager
|
||||||
|
|
||||||
{
|
{
|
||||||
|
nix.settings.experimental-features = [
|
||||||
|
"nix-command"
|
||||||
|
"flakes"
|
||||||
|
];
|
||||||
|
|
||||||
networking.hostName = builtins.baseNameOf directory;
|
networking.hostName = builtins.baseNameOf directory;
|
||||||
nixpkgs.hostPlatform = hostPlatform;
|
nixpkgs.hostPlatform = hostPlatform;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue