Modularize nextcloud and remove need for GUI application
This commit is contained in:
parent
8d35835f89
commit
ee2b51bbc1
6 changed files with 74 additions and 47 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, options, pkgs, ... }: {
|
||||
imports = [
|
||||
|
||||
|
||||
];
|
||||
|
||||
options.mods = {
|
||||
|
|
@ -305,7 +305,8 @@
|
|||
"ironbar"
|
||||
"firefox"
|
||||
"oxipaste_daemon"
|
||||
"nextcloud --background"
|
||||
# should be taken care of with the new systemd services
|
||||
# "nextcloud --background"
|
||||
"oxinoti"
|
||||
] ++ config.mods.hyprland.extra_autostart;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue