Tweaking fedora 41 gnome template
This commit is contained in:
parent
ed68d23c6c
commit
71be578fe0
15 changed files with 176 additions and 31 deletions
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Update user Flatpaks
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak --user update -y
|
9
qubes-config/etc/systemd/user/update-user-flatpaks.timer
Normal file
9
qubes-config/etc/systemd/user/update-user-flatpaks.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Update user Flatpaks daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue