Update readme

* Fix wrong path for adding packages.
* Fix that custom package is no longer added via overlay.
* Fix upstream PR regarding new folder structure.
* Remove idea as I use git-crypt for now.
This commit is contained in:
Daniel Siepmann 2022-05-25 08:00:00 +02:00
parent 4d10512dfb
commit c19df3de09
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -27,7 +27,7 @@ Execute `home-manager switch`
Usage
-----
Add packages to `home.nix` and run `home-manager switch`.
Add packages to `home/packages.nix` and run `home-manager switch`.
Folder structure
----------------
@ -80,8 +80,7 @@ It has the following sub folder:
Update
------
Update can be done via `custom-update-system` package which is available within
the overlay.
Update can be done via `custom-update-system` package which is a custom package.
Manual changes
--------------
@ -119,7 +118,9 @@ Migration:
* Migrate home manager to use flake for better rollback support if update breaks something.
* Maybe PR upstream: `./home/modules/programs/languagetool.nix`.
* Maybe create upstream PRs for
* `home/modules/programs/*.nix`
* i3lock-color
@ -133,12 +134,6 @@ Additions:
* Integrate https://github.com/Wilfred/difftastic for diffing source code
https://github.com/nix-community/home-manager/pull/2850
Ideas
-----
* Maybe I can have a private channel which provides more sensitive info like customer related things and is referenced from here?
I then can make that repo private but keep this one here public?
Resources
---------