mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 18:32:48 +00:00
chore(just): Add fleek-install-themes just command to add needed packages for Nix desktop integration
This commit is contained in:
parent
f01ef05bd2
commit
78ead7e46e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user