From a4ac08be5e1684ddca39c6a1bb92d1de5cce067c Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 3 Mar 2026 12:37:46 +0100 Subject: [PATCH] onepassword --- modules/apps/1password/1password.nix | 2 +- modules/hosts/computer-mo/imports.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; [