chore: some notes
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
- If force is unset: Diff system's files against current state by copying them into the current state branch
|
- If force is unset: Diff system's files against current state by copying them into the current state branch
|
||||||
- Then, diff the package state against the state branch by dumping it
|
- Then, diff the package state against the state branch by dumping it
|
||||||
- Else, or if no diff, continue
|
- Else, or if no diff, continue
|
||||||
- Copy normal config files into correct directories
|
- Render and copy config files into correct directories
|
||||||
- Render and copy renderables
|
- Create config files from presets
|
||||||
- Retrieve explicitly installed packages and remove those that are not present in goal and install those that are not present in current state
|
- Retrieve explicitly installed packages and remove those that are not present in goal and install those that are not present in current state
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+5
-1
@@ -1,3 +1,7 @@
|
|||||||
# archmgr data folder
|
# archmgr data folder
|
||||||
archmgr is a nixos-inspired package and config manager for Arch Linux.
|
archmgr is a nixos-inspired package and config manager for Arch Linux.
|
||||||
To function, it needs both a configuration file (or multiple) and
|
|
||||||
|
To function, it needs both a configuration file (or multiple) and templates for its provided, preset configurations.
|
||||||
|
The latter reside in this folder and are a stripped-down version of the default config file.
|
||||||
|
|
||||||
|
## Template config file
|
||||||
|
|||||||
Reference in New Issue
Block a user