Move allowUnfree to all of homes

Eventually for antigravity-cli
This commit is contained in:
2026-05-25 08:10:12 +00:00
parent 6df89b4b06
commit 82419c57ad
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
}:
{
home.username = primaryUser;
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
stow
wget
@@ -14,6 +16,7 @@
silver-searcher
yubikey-manager
];
home.activation.stowLegacy = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
if [ -d "$HOME/dotfiles/legacy" ]; then
run ${pkgs.stow}/bin/stow -d $HOME/dotfiles -t $HOME legacy

View File

@@ -79,6 +79,5 @@
# -> set system.defaults.NSGlobalDomain
# or system.defaults.CustomSystemPreferences
nixpkgs.config.allowUnfree = true;
programs.vscode.enable = true;
}