diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 8b62add..4aa409b 100644 --- a/flake.nix +++ b/flake.nix @@ -65,6 +65,7 @@ users.fcuny = { blog = import ./users/fcuny/blog { inherit pkgs; }; + notes = import ./users/fcuny/notes { inherit pkgs; }; resume = import ./users/fcuny/resume { inherit pkgs; }; }; }; |