feat: Added nextcloud client back

This commit is contained in:
uttarayan21
2025-07-08 12:09:26 +05:30
parent 80d025bd7e
commit 6fb5fcdc6a
4 changed files with 12 additions and 14 deletions

View File

@@ -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
View File

@@ -0,0 +1,10 @@
{
pkgs,
lib,
...
}: {
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}

View File

@@ -1,11 +0,0 @@
{
pkgs,
lib,
...
}: {
home.packages =
lib.optionals pkgs.stdenv.isLinux
[
pkgs.seafile-client
];
}

View File

@@ -4,8 +4,7 @@
device,
...
}: {
programs.
fzf = {
programs.fzf = {
enable = true;
package = pkgs.fzf;
enableFishIntegration = true;