moar debugging
This commit is contained in:
parent
b88992cb13
commit
f4573a7d45
4 changed files with 22 additions and 0 deletions
3
roles/qubes-f41-gnome/tasks/files/etc/environment
Normal file
3
roles/qubes-f41-gnome/tasks/files/etc/environment
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
JavaScriptCoreUseJIT=0
|
||||||
|
GJS_DISABLE_JIT=1
|
||||||
|
XDG_CURRENT_DESKTOP=GNOME
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Update user Flatpaks
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/flatpak --user update -y
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Update user Flatpaks daily
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=daily
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
|
@ -0,0 +1,4 @@
|
||||||
|
[zram0]
|
||||||
|
zram-fraction = 1
|
||||||
|
max-zram-size = 8192
|
||||||
|
compression-algorithm = zstd
|
Loading…
Reference in a new issue