nix-config/home/features/desktop/1password.nix

6 lines
74 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
_1password-gui
];
}