move sources of quickshell configs to shell.qml files

This commit is contained in:
jacekpoz 2024-04-15 11:21:51 +02:00
parent 7a529d1c9e
commit e386a95e02
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
3 changed files with 2 additions and 2 deletions

View file

@ -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}
'';
};

View file

@ -1,3 +1,4 @@
// https://git.outfoxxed.me/outfoxxed/quickshell-examples/src/branch/master/wlogout
import QtQuick
import Quickshell

View file

@ -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