home: disable nextcloud client

This commit is contained in:
Leonardo Eugênio 2024-04-08 20:58:45 -03:00
parent 0546bd693d
commit 21afc8953b

View file

@ -145,11 +145,6 @@
}; };
programs.bash = { enable = true; }; programs.bash = { enable = true; };
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
xdg.defaultApplications = { xdg.defaultApplications = {
enable = true; enable = true;
text-editor = lib.mkDefault "kak.desktop"; text-editor = lib.mkDefault "kak.desktop";