alqueva/hosts/python/wrappers/default.nix
Artur Manuel c4a290ae63 feat(wrappers): start wrapping configs
thanks to @fdncred for the ls function with nushell
2025-01-31 21:38:32 +00:00

10 lines
190 B
Nix

{
nixpkgs.overlays = [
(
final: _prev: {
amadaluzian-waybar = final.callPackage ./waybar {};
amadaluzian-foot = final.callPackage ./foot {};
}
)
];
}