my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

this is funnier actually

chfour ff9c97da 70b508e5

+1 -1
+1 -1
machines/foxbox/hardware.nix
··· 5 5 (modulesPath + "/installer/scan/not-detected.nix") 6 6 ]; 7 7 8 - systemd.services."touchpad-fix" = rec { 8 + systemd.services."unfuck-touchpad" = rec { 9 9 after = [ "post-resume.target" ]; 10 10 wantedBy = after; 11 11 script = "${pkgs.kmod}/bin/modprobe -r psmouse && ${pkgs.kmod}/bin/modprobe psmouse";