[gnome] update profile

This commit is contained in:
Philip Mueller 2023-05-07 16:05:50 +07:00
parent 409e4c1b8b
commit eddf811070
2 changed files with 1 additions and 2 deletions

View file

@ -88,7 +88,6 @@ login_shell="/bin/zsh"
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'mirrors-live' 'pacman-init')
disable_systemd_live=('apparmor' 'snapd' 'snapd.apparmor' 'tlp' 'tlp-sleep' 'ufw')
enable_systemd_timers=('fstrim' 'pkgfile-update')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here

View file

@ -87,7 +87,7 @@ login_shell="/bin/zsh"
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'mirrors-live' 'pacman-init')
disable_systemd_live=('apparmor' 'fstrim.timer' 'pkgfileupdate.timer' 'snapd' 'snapd.apparmor' 'tlp' 'tlp-sleep' 'ufw')
disable_systemd_live=('apparmor' 'snapd' 'snapd.apparmor' 'tlp' 'tlp-sleep' 'ufw')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here