Compare commits
No commits in common. "0d64bdbd47edde41383b36884d1991e1d8e81564" and "ffd90bf8086877e764d79772962a242b648d551a" have entirely different histories.
0d64bdbd47
...
ffd90bf808
5 changed files with 2 additions and 21 deletions
|
@ -20,9 +20,5 @@
|
||||||
obsidian
|
obsidian
|
||||||
kicad
|
kicad
|
||||||
|
|
||||||
piper
|
|
||||||
|
|
||||||
virtualbox
|
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
clang
|
clang
|
||||||
gcc
|
|
||||||
llvmPackages.bintools
|
llvmPackages.bintools
|
||||||
rustup
|
rustup
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
touchpad.natural_scroll = "yes";
|
touchpad.natural_scroll = "yes";
|
||||||
|
|
||||||
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
|
sensitivity = -0.8; # -1.0 - 1.0, 0 means no modification.
|
||||||
numlock_by_default = 1;
|
numlock_by_default = 1;
|
||||||
special_fallthrough = true;
|
special_fallthrough = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,23 +1,10 @@
|
||||||
{ pkgs, home-manager, ... }:
|
{ pkgs, home-manager, ... }:
|
||||||
{
|
{
|
||||||
programs.steam = {
|
programs.steam.enable = true;
|
||||||
enable = true;
|
|
||||||
gamescopeSession = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2102", MODE="0660", TAG+="uaccess"
|
SUBSYSTEM=="tty", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2102", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
# Disable mouse as gamepad
|
|
||||||
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1906", RUN+="/bin/sh -c 'chmod 000 /dev/input/by-id/usb-ASUSTeK_ROG_PUGIO_II-if03-joystick'"
|
|
||||||
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1908", RUN+="/bin/sh -c 'chmod 000 /dev/input/by-id/usb-ASUSTeK_ROG_PUGIO_II-if03-joystick'"
|
|
||||||
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1906", RUN+="/bin/sh -c 'chmod 000 /dev/input/by-id/usb-ASUSTeK_ROG_PUGIO_II-if03-event-joystick'"
|
|
||||||
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1908", RUN+="/bin/sh -c 'chmod 000 /dev/input/by-id/usb-ASUSTeK_ROG_PUGIO_II-if03-event-joystick'"
|
|
||||||
'';
|
'';
|
||||||
services.ratbagd.enable = true;
|
|
||||||
|
|
||||||
}
|
}
|
|
@ -6,5 +6,4 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue