import { Widget } from '../../import.js'; const nixosLogo = () => Widget.Icon({ icon: '/home/notoh/Pictures/icons/nixos.png' }); export { nixosLogo }