nixos-configs/modules/ags/config/lockscreen.ts
matt1432 94ce797784
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags): replace hyprlock with ags
2024-04-19 17:01:09 -04:00

9 lines
118 B
TypeScript

import LaunchLockscreen from './ts/lockscreen/main.ts';
LaunchLockscreen();
App.config({
icons: './icons',
});