Cleanup
This commit is contained in:
@@ -61,7 +61,6 @@
|
|||||||
- com.usebottles.bottles
|
- com.usebottles.bottles
|
||||||
- com.github.tchx84.Flatseal
|
- com.github.tchx84.Flatseal
|
||||||
- com.github.wwmm.easyeffects
|
- com.github.wwmm.easyeffects
|
||||||
- org.onlyoffice.desktopeditors
|
|
||||||
- io.gitlab.adhami3310.Impression
|
- io.gitlab.adhami3310.Impression
|
||||||
- io.ente.auth
|
- io.ente.auth
|
||||||
- io.github.fastrizwaan.WineZGUI
|
- io.github.fastrizwaan.WineZGUI
|
||||||
|
@@ -45,8 +45,6 @@
|
|||||||
desired_snaps:
|
desired_snaps:
|
||||||
- name: beekeeper-studio
|
- name: beekeeper-studio
|
||||||
classic: false
|
classic: false
|
||||||
- name: steam
|
|
||||||
classic: false
|
|
||||||
|
|
||||||
- name: Install desired Snap packages
|
- name: Install desired Snap packages
|
||||||
ansible.builtin.command: "snap install {{ item.name }} {{ '--classic' if item.classic else '' }}"
|
ansible.builtin.command: "snap install {{ item.name }} {{ '--classic' if item.classic else '' }}"
|
||||||
|
@@ -46,11 +46,6 @@
|
|||||||
- name: Ensure workstation common packages are installed
|
- name: Ensure workstation common packages are installed
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name:
|
name:
|
||||||
###### THE FOLLOWING PACKAGES ARE DISABLED DUE TO MISSING ON UBUNTU REPOS ######
|
|
||||||
# Steam and it's dependencies
|
|
||||||
# - steam
|
|
||||||
# - steam-devices
|
|
||||||
################################################################################
|
|
||||||
# Statistics HUD for gaming
|
# Statistics HUD for gaming
|
||||||
- mangohud
|
- mangohud
|
||||||
# Used for VSCode Extensions
|
# Used for VSCode Extensions
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Catppuccin Latte",
|
"light": "Catppuccin Latte",
|
||||||
"dark": "Catppuccin Frappé"
|
"dark": "Catppuccin Macchiato"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"close_position": "right",
|
"close_position": "right",
|
||||||
@@ -59,7 +59,6 @@
|
|||||||
"provider": "zed.dev",
|
"provider": "zed.dev",
|
||||||
"model": "claude-sonnet-4"
|
"model": "claude-sonnet-4"
|
||||||
},
|
},
|
||||||
"version": "2"
|
|
||||||
},
|
},
|
||||||
"edit_predictions": {
|
"edit_predictions": {
|
||||||
"mode": "subtle",
|
"mode": "subtle",
|
||||||
|
Reference in New Issue
Block a user