From c13f4159a630499506ac8b490c6c61f8a2717ef5 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 22 Oct 2025 15:02:39 +0200 Subject: [PATCH] feat(desktop): add cameractrls --- modules/linux/home-manager/desktop.nix | 1 + modules/linux/home-manager/hyprland.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/linux/home-manager/desktop.nix b/modules/linux/home-manager/desktop.nix index 87789a4..f313d12 100644 --- a/modules/linux/home-manager/desktop.nix +++ b/modules/linux/home-manager/desktop.nix @@ -18,6 +18,7 @@ ventoy feather gparted + cameractrls-gtk4 ]; # Install thunderbird diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index bc0b54e..59854ca 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -171,6 +171,7 @@ in { "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data "keepassxc" # Startup my password manager + "cameractrlsd" # Start service to configure my webcam settings "systemctl --user start hyprpolkitagent" "systemctl --user start hyprpaper" "systemctl --user start hypridle"