add neon support

This commit is contained in:
Andrea 2024-01-31 23:43:11 +01:00
commit 6f4520cc13
3 changed files with 15 additions and 46 deletions

View file

@ -1158,6 +1158,7 @@ function os_icon_name() {
endeavouros) echo LINUX_ENDEAVOUROS_ICON;;
rocky) echo LINUX_ROCKY_ICON;;
guix) echo LINUX_GUIX_ICON;;
neon) echo LINUX_NEON_ICON;;
*) echo LINUX_ICON;;
esac
;;