From cce655e475a0d5d435df8fcbea181b384a0b4533 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sun, 14 Sep 2025 21:32:13 -0700 Subject: [PATCH 1/3] Added more tools for rc hobby programming and config. --- modules/application-groups/hobby-rc.nix | 1 + modules/application-groups/programming.nix | 2 ++ modules/application-groups/system-utilities.nix | 1 + 3 files changed, 4 insertions(+) diff --git a/modules/application-groups/hobby-rc.nix b/modules/application-groups/hobby-rc.nix index d9bb139..f822705 100644 --- a/modules/application-groups/hobby-rc.nix +++ b/modules/application-groups/hobby-rc.nix @@ -3,6 +3,7 @@ programs.qgroundcontrol.enable = true; environment.systemPackages = with pkgs; [ + betaflight-configurator mission-planner ]; diff --git a/modules/application-groups/programming.nix b/modules/application-groups/programming.nix index 6dc49cc..3be9774 100644 --- a/modules/application-groups/programming.nix +++ b/modules/application-groups/programming.nix @@ -16,6 +16,8 @@ let in { environment.systemPackages = with pkgs; [ arduino-ide + dfu-util + inav-configurator 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 From ffdbf536b5ba1767aba037d2a9823c18b8ab88e7 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Tue, 16 Sep 2025 15:04:06 -0700 Subject: [PATCH 2/3] Add slack to startup app on laptop --- users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 From 76405677a03b8442b33cfd97d0321d2831553455 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Tue, 16 Sep 2025 15:15:06 -0700 Subject: [PATCH 3/3] More rc tools to hobby rc --- modules/application-groups/hobby-rc.nix | 2 +- modules/application-groups/programming.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/application-groups/hobby-rc.nix b/modules/application-groups/hobby-rc.nix index f822705..78eb8c7 100644 --- a/modules/application-groups/hobby-rc.nix +++ b/modules/application-groups/hobby-rc.nix @@ -4,7 +4,7 @@ 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 3be9774..6004652 100644 --- a/modules/application-groups/programming.nix +++ b/modules/application-groups/programming.nix @@ -13,11 +13,11 @@ let Categories=Development;IDE; ''; }; -in { +in +{ environment.systemPackages = with pkgs; [ arduino-ide dfu-util - inav-configurator gcc gnumake jetbrains-toolbox