feat(nextcloud): add hyprland autostart
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
nextcloud-client
|
||||
];
|
||||
}
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"nextcloud --background"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user