diff --git a/modules/application-groups/hobby-rc.nix b/modules/application-groups/hobby-rc.nix index d9bb139..78eb8c7 100644 --- a/modules/application-groups/hobby-rc.nix +++ b/modules/application-groups/hobby-rc.nix @@ -3,7 +3,8 @@ programs.qgroundcontrol.enable = true; environment.systemPackages = with pkgs; [ + betaflight-configurator + inav-configurator mission-planner ]; - } diff --git a/modules/application-groups/programming.nix b/modules/application-groups/programming.nix index 6dc49cc..6004652 100644 --- a/modules/application-groups/programming.nix +++ b/modules/application-groups/programming.nix @@ -13,9 +13,11 @@ let Categories=Development;IDE; ''; }; -in { +in +{ environment.systemPackages = with pkgs; [ arduino-ide + dfu-util gcc gnumake jetbrains-toolbox diff --git a/modules/application-groups/system-utilities.nix b/modules/application-groups/system-utilities.nix index 494f6b9..161fcd6 100644 --- a/modules/application-groups/system-utilities.nix +++ b/modules/application-groups/system-utilities.nix @@ -34,6 +34,7 @@ killall kitty lf + minicom ncdu networkmanager networkmanagerapplet diff --git a/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf b/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf index 92ebdeb..c5a49d9 100644 --- a/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf +++ b/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf @@ -1,9 +1,10 @@ # Unfortunate legacy config needed because hyprland can't hot switch variable refresh rate -monitor=eDP-2,2560x1600@165,auto,1,vrr,1 +monitor = eDP-2,2560x1600@165,auto,1,vrr,1 # Source configs source = ~/.config/hypr/hyprland-common.conf # Application launch exec-once = brightnessctl -sd platform::kbd_backlight set 1 -exec-once = brightnessctl -s set 30% \ No newline at end of file +exec-once = brightnessctl -s set 30% +exec-once = slack -u \ No newline at end of file