users/foo-dogsquared/setups/desktop: add Bitwarden suite

This commit is contained in:
Gabriel Arazas 2024-11-13 10:00:43 +08:00
parent 39825064e5
commit 939c2cde67
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -12,6 +12,11 @@ in
config = lib.mkIf cfg.enable {
state.ports.activitywatch.value = 5600;
home.packages = with pkgs; [
bitwarden-cli
bitwarden-desktop
];
# Install all of the desktop stuff.
suites.desktop = {
enable = true;