niksos/hosts/del/quickshell/default.nix

13 lines
218 B
Nix
Raw Normal View History

_: {
myOptions.programs.quickshell = {
enable = true;
enabledConfigs = [
"powermenu"
"poz"
];
extraConfigs = {
2024-04-30 10:27:15 +02:00
# bar = ./bar;
};
};
}