Skip to content

Commit

Permalink
docs: common-packages.yml should be inside config/
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Sep 18, 2023
1 parent 13f6673 commit 3a5509b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Module configuration can be included from other files using the `from-file` synt
modules:
- from-file: common-packages.yml
```
And inside common-packages.yml
And inside config/common-packages.yml
```yaml
type: rpm-ostree
install:
- i3
- dunst
- rofi
- kitty
```
```

0 comments on commit 3a5509b

Please sign in to comment.