fixup! home/scripts: move to pkgs
This commit is contained in:
parent
fcca57f2ad
commit
6f45bc254b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
keybindings = let
|
keybindings = let
|
||||||
inherit (config.wayland.windowManager.sway.config) modifier;
|
inherit (config.wayland.windowManager.sway.config) modifier;
|
||||||
inherit (inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.scripts) screenshot;
|
screenshot = lib.getExe inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.scripts.screenshot;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
### Sway itself
|
### Sway itself
|
||||||
|
|
Loading…
Reference in a new issue