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 = [
|
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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue