feat: Added nextcloud client back
This commit is contained in:
@@ -32,7 +32,7 @@ lib.optionalAttrs device.hasGui {
|
||||
# ./rpcs3.nix
|
||||
./pcsx2.nix
|
||||
# ./shadps4.nix
|
||||
# ./seafile.nix
|
||||
./nextcloud.nix
|
||||
./blueman.nix
|
||||
./zen.nix
|
||||
];
|
||||
|
||||
10
home/apps/nextcloud.nix
Normal file
10
home/apps/nextcloud.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages =
|
||||
lib.optionals pkgs.stdenv.isLinux
|
||||
[
|
||||
pkgs.seafile-client
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user