Add hello.txt file
This commit is contained in:
parent
f88bc42e45
commit
8792141bfc
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -5,6 +5,10 @@
|
||||||
htop neofetch
|
htop neofetch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
file = {
|
||||||
|
"hello.txt".text = "Hello, World!";
|
||||||
|
};
|
||||||
|
|
||||||
username = "khais";
|
username = "khais";
|
||||||
homeDirectory = "/home/khais";
|
homeDirectory = "/home/khais";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue