Compare commits
3 Commits
78bc87e098
...
8dc9f9f474
Author | SHA1 | Date | |
---|---|---|---|
8dc9f9f474
|
|||
4f80baa3de
|
|||
f028632195
|
@@ -66,7 +66,6 @@
|
||||
- io.github.nokse22.Exhibit
|
||||
- net.nokyan.Resources
|
||||
- dev.zed.Zed
|
||||
- com.vscodium.codium
|
||||
- page.tesk.Refine
|
||||
- io.github.flattool.Ignition
|
||||
- io.github.bytezz.IPLookup
|
||||
|
@@ -44,8 +44,6 @@
|
||||
classic: false
|
||||
- name: whatsapp-desktop-client
|
||||
classic: false
|
||||
- name: signal-desktop
|
||||
classic: false
|
||||
|
||||
- name: Install desired Snap packages
|
||||
ansible.builtin.command: "snap install {{ item.name }} {{ '--classic' if item.classic else '' }}"
|
||||
|
@@ -9,7 +9,7 @@ echo ""
|
||||
|
||||
# Find all electron sandbox paths
|
||||
echo "Finding Electron chrome-sandbox instances..."
|
||||
SANDBOX_PATHS=$(find /nix/store -path "*/electron/chrome-sandbox" -type f -executable 2>/dev/null)
|
||||
SANDBOX_PATHS=$(find /nix/store -name chrome-sandbox -type f -executable 2>/dev/null)
|
||||
|
||||
if [ -n "$SANDBOX_PATHS" ]; then
|
||||
count=$(echo "$SANDBOX_PATHS" | wc -l)
|
||||
|
@@ -31,8 +31,12 @@ in
|
||||
ptyxis # Terminal emulator
|
||||
gpredict # Satellite tracking
|
||||
|
||||
## Dev tools
|
||||
vscodium
|
||||
|
||||
## Chat Apps
|
||||
vesktop
|
||||
signal-desktop
|
||||
|
||||
## Multimedia
|
||||
plex-media-player
|
||||
|
Reference in New Issue
Block a user