fix(mizuki): Allow unfree packages
This commit is contained in:
parent
0e6432592d
commit
18798dd17d
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@
|
||||||
networking.hostName = "mizuki";
|
networking.hostName = "mizuki";
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs = {
|
||||||
|
config.allowUnfree = true;
|
||||||
|
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue