mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Compare commits
6 Commits
ae61c718e6
...
f536023a14
| Author | SHA1 | Date | |
|---|---|---|---|
| f536023a14 | |||
| e8357a95ee | |||
| cb1249357d | |||
| 5aa036def8 | |||
| 1b45ef06f1 | |||
| 692558b7b8 |
@@ -36,6 +36,7 @@
|
|||||||
../../modules/application-groups/android.nix
|
../../modules/application-groups/android.nix
|
||||||
../../modules/application-groups/downloads.nix
|
../../modules/application-groups/downloads.nix
|
||||||
../../modules/application-groups/gaming.nix
|
../../modules/application-groups/gaming.nix
|
||||||
|
../../modules/application-groups/hobby-rc.nix
|
||||||
../../modules/application-groups/homelab.nix
|
../../modules/application-groups/homelab.nix
|
||||||
../../modules/application-groups/media.nix
|
../../modules/application-groups/media.nix
|
||||||
../../modules/application-groups/media-creation.nix
|
../../modules/application-groups/media-creation.nix
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
../../modules/application-groups/android.nix
|
../../modules/application-groups/android.nix
|
||||||
../../modules/application-groups/downloads.nix
|
../../modules/application-groups/downloads.nix
|
||||||
../../modules/application-groups/gaming.nix
|
../../modules/application-groups/gaming.nix
|
||||||
|
../../modules/application-groups/hobby-rc.nix
|
||||||
../../modules/application-groups/homelab.nix
|
../../modules/application-groups/homelab.nix
|
||||||
../../modules/application-groups/media.nix
|
../../modules/application-groups/media.nix
|
||||||
../../modules/application-groups/media-creation.nix
|
../../modules/application-groups/media-creation.nix
|
||||||
|
|||||||
9
modules/application-groups/hobby-rc.nix
Normal file
9
modules/application-groups/hobby-rc.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.qgroundcontrol.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
mission-planner
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
||||||
@@ -17,6 +17,7 @@ in {
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
arduino-ide
|
arduino-ide
|
||||||
gcc
|
gcc
|
||||||
|
gnumake
|
||||||
jetbrains-toolbox
|
jetbrains-toolbox
|
||||||
jetbrainsToolboxDesktopEntry
|
jetbrainsToolboxDesktopEntry
|
||||||
nix-update
|
nix-update
|
||||||
@@ -24,7 +25,7 @@ in {
|
|||||||
nixos-generators
|
nixos-generators
|
||||||
nodejs
|
nodejs
|
||||||
# platformio
|
# platformio
|
||||||
python3Full
|
python314
|
||||||
stm32cubemx
|
stm32cubemx
|
||||||
stm32flash
|
stm32flash
|
||||||
teensy-udev-rules
|
teensy-udev-rules
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
libnotify
|
libnotify
|
||||||
mako
|
mako
|
||||||
nwg-look
|
nwg-look
|
||||||
rofi-wayland
|
rofi
|
||||||
slurp
|
slurp
|
||||||
swayimg
|
swayimg
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|||||||
@@ -75,10 +75,6 @@ dwindle {
|
|||||||
preserve_split = yes # you probably want this
|
preserve_split = yes # you probably want this
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = off
|
|
||||||
}
|
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user