chore(just): Add fleek-install-themes just command to add needed packages for Nix desktop integration

This commit is contained in:
Kyle Gospodnetich 2023-09-01 10:46:04 -07:00
parent f01ef05bd2
commit 78ead7e46e
2 changed files with 16 additions and 0 deletions

View File

@ -68,6 +68,14 @@ install-fleek:
echo "experimental-features = nix-command flakes" >> $HOME/.config/nix/nix.conf
curl -fsSL https://getfleek.dev/installer | env FORCE=1 bash
fleek-install-themes:
#!/usr/bin/env bash
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
fleek add adw-gtk3 --apply
else
fleek add breeze-icons --apply
fi
get-greenlight:
echo 'Retrieving Greenlight'
wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta12/Greenlight-2.0.0-beta12.AppImage -O ~/Desktop/Greenlight.AppImage

View File

@ -54,6 +54,14 @@ install-fleek:
echo "experimental-features = nix-command flakes" >> $HOME/.config/nix/nix.conf
curl -fsSL https://getfleek.dev/installer | env FORCE=1 bash
fleek-install-themes:
#!/usr/bin/env bash
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
fleek add adw-gtk3 --apply
else
fleek add breeze-icons --apply
fi
enable-auto-login:
#!/usr/bin/env bash
source /etc/default/bazzite