fixup! home/scripts: move to pkgs

This commit is contained in:
Guanran Wang 2024-03-06 16:46:24 +08:00
parent fcca57f2ad
commit 6f45bc254b
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -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