about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-07 19:33:11 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-07 19:33:11 -0800
commitb4d834d94abd4f93b9f9c9defd5c7dd9e9bc48f2 (patch)
treedcccfdcd54cf44357d0d55a3e404b86db36b64dc
parentusers: initial configuration for my user (diff)
downloadworld-b4d834d94abd4f93b9f9c9defd5c7dd9e9bc48f2.tar.gz
flake: install my user on carmel
Diffstat (limited to '')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 44f5997..2ef06b3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,6 +14,7 @@
         system = "x86_64-linux";
         modules = [
           ./hosts/carmel/configuration.nix
+          ./users/fcuny
         ];
       };
     };