added nextcloud as package. service handled by hyprland
This commit is contained in:
@@ -20,11 +20,6 @@
|
|||||||
flake = "${config.home.homeDirectory}/.config/dotfiles";
|
flake = "${config.home.homeDirectory}/.config/dotfiles";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nextcloud-client = {
|
|
||||||
enable = true;
|
|
||||||
startInBackground = true;
|
|
||||||
package = pkgs.nextcloud-client;
|
|
||||||
};
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
||||||
# note taking
|
# note taking
|
||||||
@@ -49,6 +44,7 @@
|
|||||||
# others
|
# others
|
||||||
pkgs.libreoffice-qt
|
pkgs.libreoffice-qt
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
|
pkgs.nextcloud-client
|
||||||
|
|
||||||
# language interpreters / compilers
|
# language interpreters / compilers
|
||||||
pkgs.bun
|
pkgs.bun
|
||||||
|
|||||||
Reference in New Issue
Block a user