This commit is contained in:
John Lancaster
2026-02-04 22:11:49 -06:00
parent e662bb181a
commit 938fc63481
3 changed files with 8 additions and 2 deletions

View File

@@ -13,7 +13,8 @@
../nixosModules/options.nix
# inputs._1password-shell-plugins.hmModules.default
# Commented out because it tries to configure fish shell which we don't use
] ++ lib.optional (inputs ? resticprofile) inputs.resticprofile.homeManagerModules.default;
# resticprofile is imported in jsl-home/flake.nix homeManagerModules.default
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"1password-cli"