Remove ~/.pam_environment
It has been deprecated for a long time and Arch Linux finally rem- oved support for it from pambase. See: https://bugs.archlinux.org/task/68945
This commit is contained in:
parent
8b23f5748e
commit
75ebcd48e3
@ -48,9 +48,6 @@ dotfiles:
|
|||||||
f_psqlrc:
|
f_psqlrc:
|
||||||
src: psqlrc
|
src: psqlrc
|
||||||
dst: ~/.psqlrc
|
dst: ~/.psqlrc
|
||||||
f_pam_environment:
|
|
||||||
src: pam_environment
|
|
||||||
dst: ~/.pam_environment
|
|
||||||
f_bashrc:
|
f_bashrc:
|
||||||
src: bashrc
|
src: bashrc
|
||||||
dst: ~/.bashrc
|
dst: ~/.bashrc
|
||||||
@ -93,7 +90,6 @@ profiles:
|
|||||||
- f_wob.socket
|
- f_wob.socket
|
||||||
- f_sway-session.target
|
- f_sway-session.target
|
||||||
- f_psqlrc
|
- f_psqlrc
|
||||||
- f_pam_environment
|
|
||||||
- f_xdg_desktop_portal_wlr_config
|
- f_xdg_desktop_portal_wlr_config
|
||||||
- d_local_bin
|
- d_local_bin
|
||||||
- f_ssh-agent.service
|
- f_ssh-agent.service
|
||||||
@ -114,7 +110,6 @@ profiles:
|
|||||||
- f_wob.socket
|
- f_wob.socket
|
||||||
- f_sway-session.target
|
- f_sway-session.target
|
||||||
- f_psqlrc
|
- f_psqlrc
|
||||||
- f_pam_environment
|
|
||||||
- f_xdg_desktop_portal_wlr_config
|
- f_xdg_desktop_portal_wlr_config
|
||||||
- f_geoclue-agent.service
|
- f_geoclue-agent.service
|
||||||
- d_local_bin
|
- d_local_bin
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
MOZ_ENABLE_WAYLAND=1
|
|
||||||
QT_QPA_PLATFORM=wayland-egl
|
|
||||||
XDG_CURRENT_DESKTOP=sway
|
|
Loading…
Reference in New Issue
Block a user