nixos-configs/modules/ags/config/lockscreen.ts

9 lines
118 B
TypeScript
Raw Normal View History

2024-04-19 17:01:09 -04:00
import LaunchLockscreen from './ts/lockscreen/main.ts';
LaunchLockscreen();
App.config({
icons: './icons',
});