niksos/hosts/del/quickshell/default.nix

13 lines
212 B
Nix
Raw Normal View History

2024-09-01 22:51:32 +02:00
_: {
2024-07-15 23:18:25 +02:00
poz.programs.quickshell = {
enable = true;
enabledConfigs = [
"powermenu"
"poz"
];
extraConfigs = {
2024-04-30 10:27:15 +02:00
# bar = ./bar;
};
};
}