fix: fix typo in gtk theme name

This commit is contained in:
Artur Manuel 2024-11-11 18:51:58 +00:00
commit 57c72d9ac7
7 changed files with 45 additions and 81 deletions

View file

@ -1,5 +1,5 @@
{inputs, ...}: {
flake.overlays.default = final: _prev: {
flake.overlays.default = final: prev: {
fairfax = final.callPackage ./derivations/fairfax.nix {};
};
perSystem = {
@ -15,7 +15,7 @@
};
packages = {
inherit (pkgs) i-found-my-sddm-theme fairfax;
inherit (pkgs) fairfax;
};
};
}