Added nextcloud
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
./helix.nix
|
||||
./librewolf.nix
|
||||
./shell.nix
|
||||
./nextcloud.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
8
modules/home/programs/nextcloud.nix
Normal file
8
modules/home/programs/nextcloud.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user