1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

fix: dont get scripts from overlay

This commit is contained in:
2022-09-23 23:31:14 +02:00
parent e2cf761aea
commit b5addef848
5 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,8 @@
config,
...
}: let
swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}";
scripts = import <niveum/packages/scripts> {inherit pkgs lib;};
swallow = command: "${scripts.swallow}/bin/swallow ${command}";
in {
environment.shellAliases.smpv = swallow "mpv";