general update
This commit is contained in:
parent
a0f1298174
commit
c649eab38a
6 changed files with 75 additions and 62 deletions
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
getFlakePkg,
|
||||
getFlakePkg',
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.angrr.nixosModules.angrr
|
||||
|
@ -15,7 +21,8 @@
|
|||
enable = true;
|
||||
enableNixGcIntegration = true;
|
||||
period = "2weeks";
|
||||
package = inputs.angrr.packages.${pkgs.system}.default;
|
||||
package = getFlakePkg inputs.angrr;
|
||||
};
|
||||
programs.direnv.angrr.package = getFlakePkg' inputs.angrr "angrr-direnv";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue