From 8a6bf79828c3a1169562ee10db673ecfd28368df Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 22 Oct 2025 15:02:13 +0200 Subject: [PATCH 1/2] feat(neovim): add more lsp's globally --- modules/cross-platform/home-manager/neovim.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index e5cae70..42120c3 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -40,6 +40,10 @@ in { # For nix pkgs.nixd pkgs.alejandra + # for lua + pkgs.lua-language-server + # for webdevelopment json/html/... + pkgs.vscode-langservers-extracted ]; }; From c13f4159a630499506ac8b490c6c61f8a2717ef5 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 22 Oct 2025 15:02:39 +0200 Subject: [PATCH 2/2] 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"