From b3c42592e4a98de0c79571d106a80df01401aa8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Thu, 28 Apr 2022 12:17:01 -0600 Subject: [PATCH] instala cargo edit, gcc y ghc --- home/path.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/path.nix b/home/path.nix index 3783d67..f12137f 100644 --- a/home/path.nix +++ b/home/path.nix @@ -1,10 +1,13 @@ pkgs: with pkgs; [ arandr calc + cargo-edit deluge discord file firefox + gcc + ghc gnome-breeze gruvbox-dark-icons-gtk htop @@ -33,6 +36,5 @@ pkgs: with pkgs; [ xclip xournalpp zip - zlib-ng zoom-us ]