Files
nixos-dots/dots/quickshell/shell.qml
zastian@mrthoddata.com 040bc459a4 quickshell lets gooo
2025-06-17 18:54:28 +01:00

12 lines
154 B
QML

import "modules"
import "modules/drawers"
import "modules/background"
import Quickshell
ShellRoot {
Background {}
Drawers {}
Shortcuts {}
}