allow unfree for deck
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user