Compare commits
2 Commits
fd135e43d2
...
05d3748888
Author | SHA1 | Date | |
---|---|---|---|
05d3748888 | |||
991a89c4a6 |
5
files/systemd/system/flatpak-system-update.service
Normal file
5
files/systemd/system/flatpak-system-update.service
Normal file
@@ -0,0 +1,5 @@
|
||||
[Unit]
|
||||
Description=Update flatpaks
|
||||
|
||||
[Service]
|
||||
ExecStart=flatpak update --noninteractive
|
9
files/systemd/system/flatpak-system-update.timer
Normal file
9
files/systemd/system/flatpak-system-update.timer
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Update flatpak
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15min
|
||||
OnCalendar=daily
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
@@ -2,6 +2,9 @@ modules:
|
||||
- type: dnf
|
||||
repos:
|
||||
nonfree: rpmfusion
|
||||
copr:
|
||||
enable:
|
||||
- atim/xpadneo
|
||||
install:
|
||||
packages:
|
||||
- steam
|
||||
@@ -9,6 +12,7 @@ modules:
|
||||
- gamescope
|
||||
# for performance view
|
||||
- mangohud
|
||||
- xpadneo
|
||||
|
||||
- type: default-flatpaks
|
||||
system:
|
||||
|
Reference in New Issue
Block a user