about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 8afc3c2..6e48370 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,11 +61,7 @@
 
             tools = import ./tools { inherit pkgs; };
 
-            users.fcuny = {
-              blog = import ./users/fcuny/blog { inherit pkgs; };
-              notes = import ./users/fcuny/notes { inherit pkgs; };
-              resume = import ./users/fcuny/resume { inherit pkgs; };
-            };
+            users.fcuny = import ./users/fcuny { inherit pkgs; };
           };
 
           checks = {