From 8792141bfc9636d039089bfc32a2a24b29c53198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 14 Jul 2024 19:39:11 +0200 Subject: [PATCH] Add hello.txt file --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 78d32fa..766e9ab 100644 --- a/home.nix +++ b/home.nix @@ -5,6 +5,10 @@ htop neofetch ]; + file = { + "hello.txt".text = "Hello, World!"; + }; + username = "khais"; homeDirectory = "/home/khais";