meat
This commit is contained in:
parent
7f3dc64568
commit
d4a800971f
6 changed files with 65 additions and 34 deletions
|
@ -2,22 +2,18 @@
|
|||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
nix-rice,
|
||||
nix-std,
|
||||
...
|
||||
}: {
|
||||
# these settings propagate to home-manager's nixpkgs
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nur.overlay
|
||||
outputs.overlays.additions
|
||||
inputs.nix-rice.overlays.default
|
||||
outputs.overlays.rice
|
||||
inputs.helix.overlays.default
|
||||
inputs.nixd.overlays.default
|
||||
inputs.nh.overlays.default
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.rice
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
@ -92,6 +88,7 @@
|
|||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 3d --keep 3";
|
||||
package = inputs.nh.packages.x86_64-linux.default;
|
||||
};
|
||||
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue