From 80638f1951677c812a0c3b1d3c8904d9a56a1aaf Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Mon, 25 Sep 2023 22:46:26 +0900
Subject: feat(home/sefidel@alpha): load openrgb profile on startup

---
 home/configs/alpha/sefidel.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'home/configs/alpha')

diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix
index 8974d29..0c4d5f8 100644
--- a/home/configs/alpha/sefidel.nix
+++ b/home/configs/alpha/sefidel.nix
@@ -8,5 +8,9 @@
 
     sops.defaultSopsFile = ../../secrets/secrets.yaml;
     sops.gnupg.home = "/home/sefidel/.gnupg";
+
+    wayland.windowManager.sway.config.startup = [
+      { command = "${pkgs.openrgb}/bin/openrgb -p default.orp"; }
+    ];
   };
 }
-- 
cgit 1.4.1