apparently wm-helpers was already a valid package
This commit is contained in:
parent
419a03ebd2
commit
48b8e5a233
@ -18,7 +18,7 @@ let
|
||||
in
|
||||
if hasAttr key keyNames then keyNames."${key}" else key;
|
||||
|
||||
wm-helpers = import ./wm-helpers.nix {inherit lib pkgs;};
|
||||
wm-helpers = pkgs.callPackage ./wm-helpers.nix { };
|
||||
inherit (wm-helpers) keysetting;
|
||||
|
||||
in
|
||||
|
@ -1,4 +1,3 @@
|
||||
# TODO make this into a package
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
keysetting = pkgs.writeShellScript "keysetting" ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user