aboutsummaryrefslogtreecommitdiff
path: root/home/configs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-25 22:46:26 +0900
committersefidel <contact@sefidel.net>2023-09-25 22:59:05 +0900
commit80638f1951677c812a0c3b1d3c8904d9a56a1aaf (patch)
tree4ad492cb4459c4670deef042435fcde388236c18 /home/configs
parent5994158ded4727672795277b2269fdc91d52a095 (diff)
downloadnixrc-80638f1951677c812a0c3b1d3c8904d9a56a1aaf.zip
feat(home/sefidel@alpha): load openrgb profile on startup
Diffstat (limited to 'home/configs')
-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"; }
+ ];
};
}