arduino dev on all desktop hosts
This commit is contained in:
parent
86057a727c
commit
f0e7956e48
3 changed files with 6 additions and 8 deletions
|
|
@ -14,6 +14,8 @@
|
|||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"i2c-dev"
|
||||
"i2c-piix4"
|
||||
"loglevel=3"
|
||||
"udev.log_priority=3"
|
||||
"rd.udev.log_level=3"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino
|
||||
ark
|
||||
aspell
|
||||
aspellDicts.de
|
||||
|
|
@ -45,6 +46,8 @@
|
|||
quickemu
|
||||
qview
|
||||
signal-desktop
|
||||
gnome-solanum
|
||||
reaper
|
||||
solvespace
|
||||
space-cadet-pinball
|
||||
steamtinkerlaunch
|
||||
|
|
|
|||
|
|
@ -19,16 +19,9 @@
|
|||
memoryPercent = 100;
|
||||
};
|
||||
|
||||
boot = {
|
||||
kernelParams = [ "nosgx" "i915.fastboot=1" "mem_sleep_default=deep" ];
|
||||
kernelModules = [
|
||||
"i2c-dev" # Required for arduino dev
|
||||
"i2c-piix4" # Required for arduino dev
|
||||
];
|
||||
};
|
||||
boot.kernelParams = [ "nosgx" "i915.fastboot=1" "mem_sleep_default=deep" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino
|
||||
gnome-network-displays
|
||||
maliit-keyboard
|
||||
rnote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue