✨ Moved common home-manager config to shared/home-manager
This commit is contained in:
6
shared/home-manager/nextcloud.nix
Normal file
6
shared/home-manager/nextcloud.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user