allow unfree for deck

This commit is contained in:
2025-02-08 12:36:42 +00:00
parent dc11021b22
commit 6d0f9224be

View File

@@ -11,6 +11,11 @@
terminal.homeUpdateLocation = "/home/deck/Projects/nixos#deck"; terminal.homeUpdateLocation = "/home/deck/Projects/nixos#deck";
terminal.flakeUpdateLocation = "/home/worble/Projects/nixos"; terminal.flakeUpdateLocation = "/home/worble/Projects/nixos";
nixpkgs.config =
{
allowUnfree = true;
};
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
home.username = "worble"; home.username = "worble";