diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/Config.qml | 2 | ||||
| -rw-r--r-- | config/UserPaths.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/Config.qml b/config/Config.qml index 843300a..f95e38f 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -1,6 +1,6 @@ pragma Singleton -import "root:/utils" +import qs.utils import Quickshell import Quickshell.Io diff --git a/config/UserPaths.qml b/config/UserPaths.qml index ee24a73..2876d98 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -1,4 +1,4 @@ -import "root:/utils" +import qs.utils import Quickshell.Io JsonObject { |