arduino dev on all desktop hosts

This commit is contained in:
William 2023-09-17 18:29:20 -03:00
parent 86057a727c
commit f0e7956e48
3 changed files with 6 additions and 8 deletions

View file

@ -14,6 +14,8 @@
kernelParams = [ kernelParams = [
"quiet" "quiet"
"splash" "splash"
"i2c-dev"
"i2c-piix4"
"loglevel=3" "loglevel=3"
"udev.log_priority=3" "udev.log_priority=3"
"rd.udev.log_level=3" "rd.udev.log_level=3"

View file

@ -2,6 +2,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arduino
ark ark
aspell aspell
aspellDicts.de aspellDicts.de
@ -45,6 +46,8 @@
quickemu quickemu
qview qview
signal-desktop signal-desktop
gnome-solanum
reaper
solvespace solvespace
space-cadet-pinball space-cadet-pinball
steamtinkerlaunch steamtinkerlaunch

View file

@ -19,16 +19,9 @@
memoryPercent = 100; memoryPercent = 100;
}; };
boot = { boot.kernelParams = [ "nosgx" "i915.fastboot=1" "mem_sleep_default=deep" ];
kernelParams = [ "nosgx" "i915.fastboot=1" "mem_sleep_default=deep" ];
kernelModules = [
"i2c-dev" # Required for arduino dev
"i2c-piix4" # Required for arduino dev
];
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arduino
gnome-network-displays gnome-network-displays
maliit-keyboard maliit-keyboard
rnote rnote