diff --git a/modules/apps/1password/1password.nix b/modules/apps/1password/1password.nix index 8960727..fa924ed 100644 --- a/modules/apps/1password/1password.nix +++ b/modules/apps/1password/1password.nix @@ -1,5 +1,5 @@ { ... }: { - flake.nixosModules.1password = { + flake.nixosModules.onepassword = { programs._1password.enable = true; programs._1password-gui.enable = true; }; diff --git a/modules/hosts/computer-mo/imports.nix b/modules/hosts/computer-mo/imports.nix index b6e5c7c..16964f3 100644 --- a/modules/hosts/computer-mo/imports.nix +++ b/modules/hosts/computer-mo/imports.nix @@ -8,7 +8,7 @@ gnome-apps gnome brave - 1password + onepassword ]; home-manager.users.${user}.imports = with config.flake.homeModules; [