diff options
Diffstat (limited to 'common/dropbox.nix')
-rw-r--r-- | common/dropbox.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/dropbox.nix b/common/dropbox.nix new file mode 100644 index 0000000..8076610 --- /dev/null +++ b/common/dropbox.nix @@ -0,0 +1,9 @@ +{environment, pkgs, programs, ...}: + +{ + environment.systemPackages = with pkgs; [ + pass + maestral + maestral-gui + ]; +} |