This commit is contained in:
Gabriel Fontes
2022-11-13 16:59:32 -03:00
parent 716ca80f29
commit cce47e4df5
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = (_: true);
};
};
+2
View File
@@ -35,6 +35,8 @@
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = (_: true);
};
};