update i15 host config
This commit is contained in:
parent
db3a54e224
commit
0588b09cb5
2 changed files with 26 additions and 18 deletions
|
@ -314,8 +314,8 @@ in {
|
|||
programs.command-not-found.enable = true;
|
||||
home.activation = {
|
||||
install_flatpaks = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
$DRY_RUN_CMD flatpak $VERBOSE_ARG remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
$DRY_RUN_CMD flatpak $VERBOSE_ARG install -y flathub io.github.spacingbat3.webcord
|
||||
$DRY_RUN_CMD flatpak $VERBOSE_ARG remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || true
|
||||
$DRY_RUN_CMD flatpak $VERBOSE_ARG install -y flathub io.github.spacingbat3.webcord || true
|
||||
'';
|
||||
};
|
||||
services.kdeconnect = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue