Quickshell greeter

This commit is contained in:
Aleksandr Lebedev 2025-10-09 18:57:52 +02:00
parent 778cc044f1
commit 7d407bbd0b
7 changed files with 48 additions and 15 deletions

View file

@ -0,0 +1,3 @@
{inputs, ...}: final: prev: {
quickshell = inputs.quickshell.packages.${prev.system}.quickshell;
}