Move sway to swayfx
This commit is contained in:
parent
2964471723
commit
c9e15b373e
4 changed files with 55 additions and 3 deletions
|
@ -9,7 +9,8 @@ let
|
|||
nix-direnv = prev.unstable.nix-direnv;
|
||||
};
|
||||
overlay-imported = final: prev: {
|
||||
rnix-lsp = inputs.rnix-lsp.defaultPackage."${prev.system}";
|
||||
rnix-lsp = inputs.rnix-lsp.defaultPackage."${final.system}";
|
||||
swayfx = inputs.swayfx.packages."${final.system}".default;
|
||||
|
||||
# A list of source-style inputs.
|
||||
sources = final.lib.attrsets.filterAttrs (name: f: !(builtins.hasAttr "outputs" f)) inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue