Compare commits

..

6 Commits

Author SHA1 Message Date
f536023a14 Merge pull request #10 from caperren/working-branch
Removed abandoned workspace_swipe hyprland option.
2025-09-14 21:24:03 -07:00
e8357a95ee Removed abandoned workspace_swipe hyprland option. 2025-09-14 21:23:22 -07:00
cb1249357d Merge pull request #9 from caperren/working-branch
Updates to programming packages, rofi, and new hobby rc group
2025-09-14 21:13:48 -07:00
5aa036def8 Updated to current rofi package naming, and py314 without "Full" suffix 2025-09-14 21:12:01 -07:00
1b45ef06f1 Added ground station software for hobby rc flying 2025-09-04 21:21:12 -07:00
692558b7b8 Add gnumake 2025-09-04 12:22:04 -07:00
6 changed files with 14 additions and 6 deletions

View File

@@ -36,6 +36,7 @@
../../modules/application-groups/android.nix
../../modules/application-groups/downloads.nix
../../modules/application-groups/gaming.nix
../../modules/application-groups/hobby-rc.nix
../../modules/application-groups/homelab.nix
../../modules/application-groups/media.nix
../../modules/application-groups/media-creation.nix

View File

@@ -32,6 +32,7 @@
../../modules/application-groups/android.nix
../../modules/application-groups/downloads.nix
../../modules/application-groups/gaming.nix
../../modules/application-groups/hobby-rc.nix
../../modules/application-groups/homelab.nix
../../modules/application-groups/media.nix
../../modules/application-groups/media-creation.nix

View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
programs.qgroundcontrol.enable = true;
environment.systemPackages = with pkgs; [
mission-planner
];
}

View File

@@ -17,6 +17,7 @@ in {
environment.systemPackages = with pkgs; [
arduino-ide
gcc
gnumake
jetbrains-toolbox
jetbrainsToolboxDesktopEntry
nix-update
@@ -24,7 +25,7 @@ in {
nixos-generators
nodejs
# platformio
python3Full
python314
stm32cubemx
stm32flash
teensy-udev-rules

View File

@@ -37,7 +37,7 @@
libnotify
mako
nwg-look
rofi-wayland
rofi
slurp
swayimg
wl-clipboard

View File

@@ -75,10 +75,6 @@ dwindle {
preserve_split = yes # you probably want this
}
gestures {
workspace_swipe = off
}
misc {
force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
}