2024-02-01 15:48:47 -05:00
|
|
|
import { Widget } from "../../../import.js";
|
2024-01-03 17:08:17 -05:00
|
|
|
|
2024-02-01 15:48:47 -05:00
|
|
|
const nixosLogo = () =>
|
|
|
|
Widget.Icon({
|
2024-04-17 14:53:48 -04:00
|
|
|
icon: "/home/notoh/snowflake/home/ags/config/js/widgets/images/static/nixos.png"
|
2024-02-01 15:48:47 -05:00
|
|
|
});
|
2024-01-03 17:08:17 -05:00
|
|
|
|
2024-02-01 15:48:47 -05:00
|
|
|
export { nixosLogo };
|