diff options
Diffstat (limited to 'users/fcuny')
-rw-r--r-- | users/fcuny/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix new file mode 100644 index 0000000..f5b0914 --- /dev/null +++ b/users/fcuny/default.nix @@ -0,0 +1,9 @@ +{ pkgs }: + +pkgs.lib.makeScope pkgs.newScope (pkgs: { + resume = pkgs.callPackage ./resume { }; + + blog = pkgs.callPackage ./blog { }; + + notes = pkgs.callPackage ./notes { }; +}) |