move sources of quickshell configs to shell.qml files
This commit is contained in:
parent
7a529d1c9e
commit
e386a95e02
3 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,7 @@ in {
|
|||
];
|
||||
|
||||
xdg.configFile."quickshell/manifest.conf".text = ''
|
||||
# https://git.outfoxxed.me/outfoxxed/quickshell-examples/src/branch/master/wlogout
|
||||
powermenu = ${./powermenu}
|
||||
# not available anywhere else publicly I don't think but the author is also fox
|
||||
poz = ${./poz}
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// https://git.outfoxxed.me/outfoxxed/quickshell-examples/src/branch/master/wlogout
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// not available elsewhere publicly I don't think but the author is also fox
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import QtQuick
|
||||
|
|
Loading…
Reference in a new issue