niksos/hosts/niks/quickshell/default.nix
2024-07-16 00:26:09 +02:00

11 lines
188 B
Nix

{
myOptions.programs.quickshell = {
enable = true;
enabledConfigs = [
"powermenu"
"poz"
];
extraConfigs = {
};
};
}