arduino dev on all desktop hosts
This commit is contained in:
parent
86057a727c
commit
f0e7956e48
3 changed files with 6 additions and 8 deletions
|
|
@ -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