Compare commits

...

3 Commits

Author SHA1 Message Date
8dc9f9f474 feat: improve electron sandbox path search by using name instead of path
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 45s
Python Lint Check / check-python (push) Failing after 9s
2025-04-01 20:10:40 +02:00
4f80baa3de feat: remove VSCodium from Flatpaks and add it to Home Manager packages 2025-04-01 20:10:25 +02:00
f028632195 feat: remove signal-desktop from snapd and add it to Home Manager packages 2025-04-01 20:10:15 +02:00
4 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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 '' }}"

View File

@@ -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)

View File

@@ -31,8 +31,12 @@ in
ptyxis # Terminal emulator
gpredict # Satellite tracking
## Dev tools
vscodium
## Chat Apps
vesktop
signal-desktop
## Multimedia
plex-media-player