feat(nextcloud): add hyprland autostart

This commit is contained in:
kenji
2026-01-13 16:27:47 -06:00
parent af331d967a
commit 35f810dcf1
+6 -2
View File
@@ -1,5 +1,9 @@
{ pkgs, ... }: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
nextcloud-client nextcloud-client
]; ];
}
wayland.windowManager.hyprland.settings.exec-once = [
"nextcloud --background"
];
}