about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-16 16:28:59 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-16 16:28:59 -0800
commit216664122f25fe3a07f9727a08594749ef372a28 (patch)
treeb5ade6e5229b49b75f0f6873b151d64d2f108bfb /users/fcuny
parenthosts: remove btrfs subvolume 'media' (diff)
downloadworld-216664122f25fe3a07f9727a08594749ef372a28.tar.gz
home-manager: install a few more packages
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/cli/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix
index a3a62e2..b047eee 100644
--- a/users/fcuny/cli/default.nix
+++ b/users/fcuny/cli/default.nix
@@ -10,6 +10,8 @@
   ];
 
   home.packages = [
+    pkgs.gcc
+    pkgs.gnumake
     pkgs.jq
     pkgs.ripgrep
   ];