Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(wuzetka): add kde integration packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Feb 19, 2024
1 parent 801f4ca commit 52158de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
14 changes: 9 additions & 5 deletions config/common/sneexy/rpm-ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,19 @@ install:
# libraries
- qt5-qtwayland
- qt6-qtwayland
- qt5-qtsvg
- qt5-qtquickcontrols2
- qt5-qtgraphicaleffects
- gnome-themes-extra
- lzip
- fontconfig

# kde related extensions
- kdepim
- kdepim-addons
- kaccounts-integration
- kaccounts-providers
- qt5-qtsvg
- qt5-qtquickcontrols2
- qt5-qtgraphicaleffects
- translate-shell
- lzip
- fontconfig

# themes
- papirus-icon-theme
Expand Down
10 changes: 10 additions & 0 deletions config/files/sneexy/usr/etc/systemd/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Call user's suspend target after system suspend
After=suspend.target
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl --user --machine=%i@ start --wait suspend.target
[Install]
WantedBy=suspend.target

0 comments on commit 52158de

Please sign in to comment.