dotter: Simplify local setups

Everything that is in the repo should be listed in the global.toml
file. The local.toml file then picks the stuff to actually
write. For systemwide packages, a systemwide.toml (local) file
is used instead.
This commit is contained in:
Marty Oehme 2023-10-03 13:19:48 +02:00
parent 342a350c97
commit dcde027a67
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 9 additions and 12 deletions

View file

@ -14,8 +14,6 @@ depends = [
"writing",
]
[system]
[workstation]
depends = ["linux", "desktop", "multimedia", "qutebrowser"]
@ -79,3 +77,7 @@ terminal = "~"
[writing.files]
"writing/README.md" = { target = "~/README.md", type = "symbolic", if = "false" }
writing = "~"
[system.files]
"bootstrap/system-packages" = { target = "/", type = "symbolic", owner = "root" }