allow unfree for deck
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
terminal.homeUpdateLocation = "/home/deck/Projects/nixos#deck";
|
||||
terminal.flakeUpdateLocation = "/home/worble/Projects/nixos";
|
||||
|
||||
nixpkgs.config =
|
||||
{
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "worble";
|
||||
|
||||
Reference in New Issue
Block a user