mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
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:
parent
03e9dbeefd
commit
91c9c27dd9
1 changed files with 1 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue