Simplify home.nix
This commit is contained in:
parent
812e8d8525
commit
dfcd383c50
4 changed files with 2 additions and 16 deletions
|
@ -14,21 +14,13 @@
|
|||
];
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.selfsuper
|
||||
outputs.overlays.finalprev
|
||||
inputs.blender-bin.overlays.default
|
||||
];
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
# Disable if you don't want unfree packages
|
||||
allowUnfree = true;
|
||||
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
||||
allowUnfreePredicate = _: true;
|
||||
};
|
||||
};
|
||||
|
||||
# Common programs I'll need everywhere
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue