nixpkgs/overlays/qogir-theme/default.nix

8 lines
122 B
Nix
Raw Normal View History

2022-09-02 12:38:47 +02:00
self: super: {
qogir-theme = super.qogir-theme.overrideAttrs(old: {
patches = [
./colors.patch
];
});
}