constants: add kupfer-config --user

This commit is contained in:
InsanePrawn 2023-03-14 19:44:15 +01:00
parent e758e3c343
commit 4603902ba4
2 changed files with 10 additions and 6 deletions

View file

@ -24,7 +24,10 @@ BASE_PACKAGES: list[str] = BASE_LOCAL_PACKAGES + [
'vim',
]
POST_CMDS = ['kupfer-config apply']
POST_INSTALL_CMDS = [
'kupfer-config apply',
'kupfer-config --user apply',
]
REPOSITORIES = [
'boot',