home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1329c1457167ae4af5a1ee25f7bda6093952cec6
parent 23b96a3eb43dffeb5f2d0d5529c945074f5c259a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 28 Jan 2019 16:04:49 +0100

fish: add go2nix and dep2nix as nix run aliases

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/fish.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/fish.nix b/modules/profiles/fish.nix @@ -37,7 +37,7 @@ in xdg.configFile."fish/functions/fish_right_prompt.fish".source = ./assets/fish/fish_right_prompt.fish; xdg.configFile."nr/default" = { text = builtins.toJSON [ - {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";} + {cmd = "ncdu";} {cmd = "sshfs";} {cmd = "gotop";} {cmd = "pandoc";} {cmd = "dep2nix";} {cmd = "go2nix";} {cmd = "lspci"; pkg = "pciutils";} {cmd = "lsusb"; pkg = "usbutils";} {cmd = "wakeonlan"; pkg = "python36Packages.wakeonlan";}