nix: Misc removals
The options I use already seems to be default in NixOS. I'm not sure about the backlight and the joystick, keeping this around until I can confirm this is not needed.
This commit is contained in:
parent
6ad06cb349
commit
81e5e70d27
|
@ -1,6 +0,0 @@
|
||||||
Section "InputClass"
|
|
||||||
Identifier "touchpad"
|
|
||||||
Driver "libinput"
|
|
||||||
MatchIsTouchpad "on"
|
|
||||||
Option "Tapping" "on"
|
|
||||||
EndSection
|
|
|
@ -28,15 +28,6 @@
|
||||||
notify: etc changed
|
notify: etc changed
|
||||||
loop: "{{ xorg_common_config_dirs }}"
|
loop: "{{ xorg_common_config_dirs }}"
|
||||||
|
|
||||||
- name: Configure Xorg touchpad behaviour
|
|
||||||
copy:
|
|
||||||
src: xorg/touchpad.conf
|
|
||||||
dest: "{{ item }}/30-touchpad.conf"
|
|
||||||
become: yes
|
|
||||||
when: display_server == 'x11'
|
|
||||||
notify: etc changed
|
|
||||||
loop: "{{ xorg_common_config_dirs }}"
|
|
||||||
|
|
||||||
- name: Configure Xorg joystick behaviour
|
- name: Configure Xorg joystick behaviour
|
||||||
copy:
|
copy:
|
||||||
src: xorg/joystick.conf
|
src: xorg/joystick.conf
|
||||||
|
@ -86,25 +77,7 @@
|
||||||
- systemd changed
|
- systemd changed
|
||||||
when: not auto_numlock
|
when: not auto_numlock
|
||||||
|
|
||||||
# TLP configuration
|
### STOPPED HERE ###
|
||||||
|
|
||||||
- name: Start/enable TLP
|
|
||||||
systemd:
|
|
||||||
name: tlp
|
|
||||||
state: started
|
|
||||||
enabled: yes
|
|
||||||
become: yes
|
|
||||||
notify: etc changed
|
|
||||||
|
|
||||||
# Network configuration
|
|
||||||
|
|
||||||
- name: Start/enable dhcpcd
|
|
||||||
systemd:
|
|
||||||
name: dhcpcd
|
|
||||||
state: started
|
|
||||||
enabled: yes
|
|
||||||
become: yes
|
|
||||||
notify: etc changed
|
|
||||||
|
|
||||||
- name: Configure wpa_supplicant
|
- name: Configure wpa_supplicant
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue