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"