mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
fix module?
This commit is contained in:
parent
a93e0a0102
commit
c27e1254bb
2 changed files with 3 additions and 3 deletions
|
|
@ -82,6 +82,6 @@
|
||||||
)
|
)
|
||||||
// {
|
// {
|
||||||
inherit targets releaseTargets;
|
inherit targets releaseTargets;
|
||||||
homeManagerModule = import ./hm-module.nix;
|
homeManagerModule = import ./hm-module.nix self.packages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
packages: {
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
@ -42,7 +42,7 @@ with lib; let
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
pkg = self.packages.${pkgs.system}.default;
|
pkg = packages.${pkgs.system}.default;
|
||||||
in {
|
in {
|
||||||
options.programs.haze = {
|
options.programs.haze = {
|
||||||
enable = mkEnableOption "haze";
|
enable = mkEnableOption "haze";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue