From 81e5e70d27a14296710dad8f9b22b134bf91e648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 25 Oct 2023 00:27:06 +0200 Subject: [PATCH] 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. --- .../roles/system/files/xorg/touchpad.conf | 6 ---- config/automatrop/roles/system/tasks/main.yml | 29 +------------------ 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 config/automatrop/roles/system/files/xorg/touchpad.conf diff --git a/config/automatrop/roles/system/files/xorg/touchpad.conf b/config/automatrop/roles/system/files/xorg/touchpad.conf deleted file mode 100644 index 4bd1a17..0000000 --- a/config/automatrop/roles/system/files/xorg/touchpad.conf +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "touchpad" - Driver "libinput" - MatchIsTouchpad "on" - Option "Tapping" "on" -EndSection diff --git a/config/automatrop/roles/system/tasks/main.yml b/config/automatrop/roles/system/tasks/main.yml index 8e8f783..6b78d93 100644 --- a/config/automatrop/roles/system/tasks/main.yml +++ b/config/automatrop/roles/system/tasks/main.yml @@ -28,15 +28,6 @@ notify: etc changed 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 copy: src: xorg/joystick.conf @@ -86,25 +77,7 @@ - systemd changed when: not auto_numlock -# TLP configuration - -- 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 +### STOPPED HERE ### - name: Configure wpa_supplicant template: