diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ rec { username = "timmy"; home.root = "/home/timmy"; home.downloads = "/home/timmy/dls"; + home.documents = "/home/timmy/docs"; + home.pictures = "/home/timmy/pics"; email = "tjkeller.xyz"; fullname = "Tim Keller"; }; |