mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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 {
|
config = lib.mkIf cfg.enable {
|
||||||
state.ports.activitywatch.value = 5600;
|
state.ports.activitywatch.value = 5600;
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
bitwarden-cli
|
||||||
|
bitwarden-desktop
|
||||||
|
];
|
||||||
|
|
||||||
# Install all of the desktop stuff.
|
# Install all of the desktop stuff.
|
||||||
suites.desktop = {
|
suites.desktop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user