move quickshell config

This commit is contained in:
veneficium 2026-01-10 17:54:41 +01:00
parent 1cf7f41a69
commit a3e1eee22e
3 changed files with 16 additions and 6 deletions

View file

@ -0,0 +1,10 @@
{ ... }:
{
programs.quickshell = {
enable = true;
configs = {
"default" = ./shell.qml;
};
activeConfig = "default";
};
}