about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/devel/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/fcuny/devel/default.nix b/users/fcuny/devel/default.nix
index fcb4d2b..d557b2f 100644
--- a/users/fcuny/devel/default.nix
+++ b/users/fcuny/devel/default.nix
@@ -5,4 +5,9 @@
     ./go.nix
     ./python.nix
   ];
+
+  home.packages = with pkgs; [
+    flyctl
+    hugo
+  ];
 }