mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-27 10:47:16 +08:00
add dropbox
This commit is contained in:
parent
682d2f1f89
commit
ca24f5d84a
2 changed files with 7 additions and 0 deletions
5
modules/home/all/dropbox.nix
Normal file
5
modules/home/all/dropbox.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.dropbox = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -13,5 +13,7 @@
|
|||
# ./all/wezterm
|
||||
./all/ghostty.nix # Install it anyway for TERM to work on VMs
|
||||
# ./all/kitty.nix
|
||||
|
||||
./all/dropbox.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue