Add config for Pinea's startup programs

Change-Id: I92a341cd44afb8fe27d18d99f2cff1126409f8bf
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/662
Tested-by: PineaFan <pineafan@clicks.codes>
Reviewed-by: PineaFan <pineafan@clicks.codes>
diff --git a/homes/x86_64-linux/pinea@saurosuchus/default.nix b/homes/x86_64-linux/pinea@saurosuchus/default.nix
index af6b561..c820a64 100644
--- a/homes/x86_64-linux/pinea@saurosuchus/default.nix
+++ b/homes/x86_64-linux/pinea@saurosuchus/default.nix
@@ -85,9 +85,21 @@
           key = "2";
           function = "exec, ${pkgs.pulseaudio}/bin/pactl set-default-sink $(${pkgs.pamixer}/bin/pamixer --list-sinks | grep \"Razer Kraken V3\" | awk '{print $1}')";
         }
+        {
+          key = "F1";
+          function = "exec, ~/Pictures/Wallpapers/change.sh light";
+        }
+        {
+          key = "F2";
+          function = "exec, ~/Pictures/Wallpapers/change.sh dark";
+        }
       ];
     };
 
+    startupApplications = [
+      "cd ~/Code/keyboard && python main.py"
+    ];
+
     # input.mouse.scrolling.speedFactor = 0.45;
     hyprland = {
       hyprpaper.splash.enable = false;