nixpkgs/overlays/qogir-theme/default.nix
2022-09-02 13:28:57 +02:00

11 lines
319 B
Nix

self: super: {
qogir-theme = super.qogir-theme.overrideAttrs(old: {
patches = [
# TODO: Find out how to properly render inactive menu items
# TODO: Find out how to properly render background of selected text
# TODO: Properly adjust svgs and then compile them
./colors.patch
];
});
}