constants: add kupfer-config --user
This commit is contained in:
parent
e758e3c343
commit
4603902ba4
2 changed files with 10 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue