nixos-configs/modules/quickshell/config/shell.qml

13 lines
148 B
QML

import Quickshell
import QtQuick
import "./Widgets/Bar"
import "./Widgets/ScreenCorners"
ShellRoot {
Bar {
}
ScreenCorners {
}
}