12 lines
212 B
Nix
12 lines
212 B
Nix
_: {
|
|
poz.programs.quickshell = {
|
|
enable = true;
|
|
enabledConfigs = [
|
|
"powermenu"
|
|
"poz"
|
|
];
|
|
extraConfigs = {
|
|
# bar = ./bar;
|
|
};
|
|
};
|
|
}
|