feat: Add option for startup apps on Niri

Change-Id: I9ba51159325b33c79a6d4fb125a621976086be9c
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/776
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/home/users/coded/default.nix b/modules/home/users/coded/default.nix
index 9167ae8..7f7823d 100644
--- a/modules/home/users/coded/default.nix
+++ b/modules/home/users/coded/default.nix
@@ -98,6 +98,12 @@
 
     chimera.yubikey.enable = true;
 
+    chimera.niri.startupCommands = [
+      {
+        command = [ "nextcloud" ];
+      }
+    ];
+
     # Programming Folder Creation
     home.file = {
       "Programming/README.md" = {