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