refactor: update dotfiles paths and remove obsolete configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
This commit is contained in:
@@ -11,46 +11,34 @@
|
||||
ansible.builtin.import_tasks: tasks/workstations/vscode.yml
|
||||
become: true
|
||||
|
||||
- name: Include Brave tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/brave.yml
|
||||
become: true
|
||||
|
||||
- name: Include Zen browser tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/zen-browser.yml
|
||||
vars:
|
||||
browser_name: "zen"
|
||||
browser_executable: "zen"
|
||||
|
||||
- name: Include 1Password Zen Browser tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/1password-zen-browser.yml
|
||||
|
||||
- name: Include Ulauncher tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/ulauncher.yml
|
||||
|
||||
- name: Include 1Password tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/1password.yml
|
||||
become: true
|
||||
|
||||
- name: Ensure common packages are installed
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
# Flatpak package manager, used for various applications
|
||||
- flatpak
|
||||
###### THE FOLLOWING PACKAGES ARE DISABLED DUE TO MISSING ON UBUNTU REPOS ######
|
||||
# Required by Pano - Clipboard Manager (GNOME Extension)
|
||||
- libgda
|
||||
- libgda-sqlite
|
||||
# - libgda
|
||||
# - libgda-sqlite
|
||||
# Required by Bubblemail - Email Notifications (GNOME Extension)
|
||||
- bubblemail
|
||||
# - bubblemail
|
||||
# Steam and it's dependencies
|
||||
# - steam
|
||||
# - steam-devices
|
||||
################################################################################
|
||||
# Statistics HUD for gaming
|
||||
- mangohud
|
||||
# Steam and it's dependencies
|
||||
- steam
|
||||
- steam-devices
|
||||
# Missing icons in GNOME Shell (If not working, reset your icon theme with `gsettings reset gsettings reset org.gnome.desktop.interface icon-theme`)
|
||||
- gdk-pixbuf2-modules-extra
|
||||
- adwaita-icon-theme
|
||||
- gnome-icon-theme
|
||||
# Used for VSCode Extensions
|
||||
- nodejs20
|
||||
- nodejs
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Regenerate GNOME Icon Cache
|
||||
ansible.builtin.command:
|
||||
cmd: gtk-update-icon-cache /usr/share/icons/gnome
|
||||
creates: /usr/share/icons/gnome/icon-theme.cache
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user