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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user