[Nix] Attempts to allow unfree packages

This commit is contained in:
2025-02-11 21:31:24 -08:00
parent 7c77936ae9
commit 77a9c37df7
4 changed files with 25 additions and 7 deletions

View File

@@ -10,8 +10,6 @@
home.username = "drew";
home.homeDirectory = "/Users/drew";
nix.settings.experimental-features = ["flakes" "nix-command"];
home.packages = with pkgs; [
nodejs_22
];