about summary refs log tree commit diff
path: root/home/configs/alpha/sefidel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/configs/alpha/sefidel.nix')
-rw-r--r--home/configs/alpha/sefidel.nix4
1 files changed, 4 insertions, 0 deletions
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"; }
+    ];
   };
 }