Update 'nixconf.sh'
This commit is contained in:
parent
2f8f1d0771
commit
4857310fdf
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ echo "generating config"
|
||||||
echo "=================================================="
|
echo "=================================================="
|
||||||
nixos-rebuild switch
|
nixos-rebuild switch
|
||||||
echo "=================================================="
|
echo "=================================================="
|
||||||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
flatpak install flathub org.kde.kdenlive
|
||||||
|
echo "=================================================="
|
||||||
while true; do
|
while true; do
|
||||||
read -p "reboot?" yn
|
read -p "reboot?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|
Loading…
Reference in a new issue