Add nextcloud init to home-manager
This commit is contained in:
@@ -42,7 +42,10 @@ in
|
|||||||
windowManager = {
|
windowManager = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
exec-once = sleep 2 && nextcloud
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user