Adding my desktop configuration

This commit is contained in:
2025-05-31 08:51:34 +02:00
parent 64869f44db
commit 9eeaf333d8
8 changed files with 72 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,17 @@
---
- name: Install base packages
become: true
apt:
name:
- ansible
- vim
- git
- tmux
- name: Capture Tools
become: true
apt:
name:
- flameshot
- peek
- obs-studio

View File

@@ -0,0 +1,8 @@
- name: Communication
apt:
name:
- discord
# Let's fix Discord Auto updating, because it's a pain
# https://github.com/FlorianHegele/AutoUpdateDiscord
# /

View File

@@ -0,0 +1,10 @@
---
# Setup things for my NocFree Keyboard
- name: Setup UDEV NocFree
become: true
copy:
dest: /etc/udev/rules.d/99-vial.rules
owner: root
group: root
content: 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"'
mode: '0644'

View File

@@ -0,0 +1,6 @@
---
- name: Todoist
community.general.flatpak:
name: com.todoist.Todoist
state: present
method: user