Thanks random github person from the hm repo, unfree go brrr again

Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-04-08 15:07:55 +03:00
parent 03e9dbeefd
commit 91c9c27dd9

View file

@ -8,7 +8,7 @@ in {
imports = [ inputs.nix-doom-emacs.hmModule ];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowedUnfreePredicate = _: true;
nixpkgs.config.allowUnfreePredicate = (pkg: true);
home = {
username = "ultra";
homeDirectory = "/home/ultra/";