mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
users/foo-dogsquared/setups/desktop: add Bitwarden suite
This commit is contained in:
parent
39825064e5
commit
939c2cde67
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user