Switched monique to use flake

This commit is contained in:
2026-04-11 14:19:07 -04:00
parent f3664cb0af
commit 1b9dbdd1c3
4 changed files with 14 additions and 3 deletions

View File

@@ -29,13 +29,13 @@
];
};
packages = {
monique = pkgs.callPackage "${inputs.packages}/monique.nix" { };
# monique = pkgs.callPackage "${inputs.packages}/monique.nix" { };
heybrochecklog = pkgs.callPackage "${inputs.packages}/heybrochecklog.nix" { };
pywalfox-native = pkgs.callPackage "${inputs.packages}/pywalfox-native.nix" { };
};
overlayAttrs = {
inherit (config.packages)
monique
# monique
heybrochecklog
pywalfox-native
;