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({
|
|
|
|
icon:
|
|
|
|
"/home/notoh/snowflake/home/ags/config/js/widgets/images/static/nixos.png",
|
|
|
|
});
|
2024-01-03 17:08:17 -05:00
|
|
|
|
2024-02-01 15:48:47 -05:00
|
|
|
export { nixosLogo };
|