add dropbox

This commit is contained in:
Sridhar Ratnakumar 2025-07-13 17:22:15 -04:00
parent 682d2f1f89
commit ca24f5d84a
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
services.dropbox = {
enable = true;
};
}

View file

@ -13,5 +13,7 @@
# ./all/wezterm
./all/ghostty.nix # Install it anyway for TERM to work on VMs
# ./all/kitty.nix
./all/dropbox.nix
];
}