diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-07 19:33:11 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-07 19:33:11 -0800 |
commit | b4d834d94abd4f93b9f9c9defd5c7dd9e9bc48f2 (patch) | |
tree | dcccfdcd54cf44357d0d55a3e404b86db36b64dc | |
parent | users: initial configuration for my user (diff) | |
download | world-b4d834d94abd4f93b9f9c9defd5c7dd9e9bc48f2.tar.gz |
flake: install my user on carmel
-rw-r--r-- | flake.nix | 1 |
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 ]; }; }; |