Moved recipemd package
This commit is contained in:
parent
9be4ce9855
commit
2b3b2a603c
7 changed files with 23 additions and 31 deletions
|
@ -1,15 +1,11 @@
|
|||
{ self
|
||||
, nixpkgs
|
||||
, home-manager
|
||||
, nix-doom-emacs
|
||||
, nvd
|
||||
, scripts
|
||||
}@inputs:
|
||||
let
|
||||
hmConfiguration =
|
||||
{ homeDirectory ? "/home/dadada"
|
||||
, extraModules ? [ ]
|
||||
, overlays ? [ ]
|
||||
, system ? "x86_64-linux"
|
||||
, username ? "dadada"
|
||||
, stateVersion
|
||||
|
@ -21,7 +17,6 @@ let
|
|||
config = import ./nixpkgs-config.nix {
|
||||
pkgs = nixpkgs;
|
||||
};
|
||||
overlays = overlays;
|
||||
};
|
||||
manual.manpages.enable = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue