mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Compare commits
4 Commits
f536023a14
...
f15568d031
| Author | SHA1 | Date | |
|---|---|---|---|
| f15568d031 | |||
| 76405677a0 | |||
| ffdbf536b5 | |||
| cce655e475 |
@@ -3,7 +3,8 @@
|
||||
programs.qgroundcontrol.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
betaflight-configurator
|
||||
inav-configurator
|
||||
mission-planner
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -13,9 +13,11 @@ let
|
||||
Categories=Development;IDE;
|
||||
'';
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino-ide
|
||||
dfu-util
|
||||
gcc
|
||||
gnumake
|
||||
jetbrains-toolbox
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
killall
|
||||
kitty
|
||||
lf
|
||||
minicom
|
||||
ncdu
|
||||
networkmanager
|
||||
networkmanagerapplet
|
||||
|
||||
@@ -7,3 +7,4 @@ source = ~/.config/hypr/hyprland-common.conf
|
||||
# Application launch
|
||||
exec-once = brightnessctl -sd platform::kbd_backlight set 1
|
||||
exec-once = brightnessctl -s set 30%
|
||||
exec-once = slack -u
|
||||
Reference in New Issue
Block a user