mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Merge pull request #11 from caperren/working-branch
More tools for rc hobby, programming, and starting slack by default on the laptop
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
programs.qgroundcontrol.enable = true;
|
programs.qgroundcontrol.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
betaflight-configurator
|
||||||
|
inav-configurator
|
||||||
mission-planner
|
mission-planner
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,9 +13,11 @@ let
|
|||||||
Categories=Development;IDE;
|
Categories=Development;IDE;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
arduino-ide
|
arduino-ide
|
||||||
|
dfu-util
|
||||||
gcc
|
gcc
|
||||||
gnumake
|
gnumake
|
||||||
jetbrains-toolbox
|
jetbrains-toolbox
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
killall
|
killall
|
||||||
kitty
|
kitty
|
||||||
lf
|
lf
|
||||||
|
minicom
|
||||||
ncdu
|
ncdu
|
||||||
networkmanager
|
networkmanager
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Unfortunate legacy config needed because hyprland can't hot switch variable refresh rate
|
# 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 configs
|
||||||
source = ~/.config/hypr/hyprland-common.conf
|
source = ~/.config/hypr/hyprland-common.conf
|
||||||
@@ -7,3 +7,4 @@ source = ~/.config/hypr/hyprland-common.conf
|
|||||||
# Application launch
|
# Application launch
|
||||||
exec-once = brightnessctl -sd platform::kbd_backlight set 1
|
exec-once = brightnessctl -sd platform::kbd_backlight set 1
|
||||||
exec-once = brightnessctl -s set 30%
|
exec-once = brightnessctl -s set 30%
|
||||||
|
exec-once = slack -u
|
||||||
Reference in New Issue
Block a user