move nextcloud client to home manager service
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user