remove flatpak bootstrap

This commit is contained in:
Thilo Billerbeck 2025-04-21 15:53:21 +02:00 committed by GitHub
parent 79ea7180b4
commit 0a8da59260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,3 @@ fi
cd $HOME/.config/home-manager
git remote set-url origin git@github.com:thilobillerbeck/dotfiles.git
nix run .#homeConfigurations.$USER@$(hostname).activationPackage
if [[ "$XDG_CURRENT_DESKTOP" == "KDE" || "$KDE_FULL_SESSION" == "true" ]]; then
xargs flatpak install -y < $HOME/.config/home-manager/scripts/flatpak-bootstrap/flatpaks-plasma.txt
fi