Added musnix stuff to Lilim.

This commit is contained in:
Kevin Baensch 2019-05-08 20:18:52 +02:00
parent adadb70cfd
commit cfa7222f4d
2 changed files with 21 additions and 8 deletions

View file

@ -7,10 +7,7 @@
services = {
gnome3.gnome-terminal-server.enable = true;
udev.extraRules = ''
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
KERNEL=="uinput", MODE="0660", GROUP="input", OPTIONS+="static_mode=uinput"
'';
cron.enable = false;
};
environment.systemPackages = with pkgs; [ firmware_surface xdiskusage ];