fix: fix typo in gtk theme name
This commit is contained in:
parent
ab8461fd06
commit
57c72d9ac7
7 changed files with 45 additions and 81 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue