sys-config/modules/home/quickshell/quickshell.nix

10 lines
147 B
Nix

{ ... }:
{
programs.quickshell = {
enable = true;
configs = {
"default" = ./shell.qml;
};
activeConfig = "default";
};
}