stop using qs manifests

This commit is contained in:
outfoxxed 2025-07-24 20:18:39 -07:00
parent 50d9263835
commit 5880a0f88a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 3 additions and 6 deletions

View file

@ -20,8 +20,5 @@ in {
grim imagemagick # screenshot
];
xdg.configFile."quickshell/manifest.conf".text = lib.generators.toKeyValue {} {
shell = "${maybeLink ./.}/shell";
greeter = "${maybeLink ./.}/shell/greeter.qml";
};
xdg.configFile."quickshell/shell".source = "${maybeLink ./.}/shell";
}