enable flakes and nix command for sakoserver
This commit is contained in:
parent
e0b70fe648
commit
73ddda7403
|
@ -35,6 +35,8 @@
|
|||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
nix.settings = { experimental-features = [ "nix-command" "flakes" ]; };
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.sako = { pkgs, ... }: {
|
||||
home.username = "sako";
|
||||
|
|
Loading…
Reference in a new issue