mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-10-31 22:17:31 +00:00
10 lines
224 B
Nix
Executable file
10 lines
224 B
Nix
Executable file
# This file is generated from "README.org"
|
|
final: prev:
|
|
{
|
|
inherit (final.unstable) lua;
|
|
inherit (final.unstable) fish;
|
|
inherit (final.master) youtube-dl;
|
|
inherit (final.master) mpv;
|
|
inherit (final.unstable) fzf;
|
|
}
|