move nextcloud client to home manager service

This commit is contained in:
2025-01-10 21:29:17 +00:00
parent 618bb4a596
commit d760271aeb

View File

@@ -47,7 +47,6 @@
# echo "Hello, ${config.home.username}!"
# '')
thunderbird
nextcloud-client
keepassxc
strawberry-qt6
rclone
@@ -107,6 +106,11 @@
# "$HOME/.local/bin"
# ];
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
# Let Home Manager install and manage itself.
programs = {
home-manager.enable = true;