Update readme

Add info regarding modules folder.
Remove info about no longer existing systemd folder.
Remove solved todo.
This commit is contained in:
Daniel Siepmann 2022-02-07 09:46:39 +01:00
parent b140b4b559
commit 72e61bb85c
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -43,8 +43,12 @@ It has the following sub folder:
``home/files``
Holds configuration files.
home-manager doesn't provide modules for all programs.
Those files can be loaded via ``biuiltins.readFile``
or linked via ``home.file.``.
Those files can be added via ``xdg.configFile``.
``home/modules``
Holds nix modules.
Not all programs provide modules out of the box.
I add my own here, which I might create PRs for in future.
``home/programs``
Holds home-manager `programs.` entries.
@ -56,11 +60,6 @@ It has the following sub folder:
Each file corresponds to a single service.
Each file is loaded within ``home.nix``.
``home/systemd``
Holds custom definitions for systemd services.
Each file corresponds to a single service.
Each file is loaded within ``home.nix``.
Update
------
@ -92,9 +91,6 @@ Todos
No particular order:
* Migrate other local configurations (inspect ``~/.config`` folder)
All other dotfiles in home dir are already migrated :yay:
* Migrate mailhog (manually installed right now)
* Migrate zsh