mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
dconf: Fix dconf config not apply correctly (#7130)
This commit is contained in:
parent
901f8fef7f
commit
03affdcbf2
2 changed files with 7 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ let
|
|||
if [ -n "$__HM_SESS_VARS_SOURCED" ]; then return; fi
|
||||
export __HM_SESS_VARS_SOURCED=1
|
||||
|
||||
export GIO_EXTRA_MODULES="${pkgs.dconf}/lib/gio/modules"
|
||||
export LOCALE_ARCHIVE_2_27="${config.i18n.glibcLocales}/lib/locale/locale-archive"
|
||||
export V1="v1"
|
||||
export V2="v2-v1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue