mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
dconf: revert: dconf: Provide dconf (#7215)
Providing dconf via hm in this manner provided to be problematic for
user with systems that were already providing dconf (like ubunut).
Revert ff73544e4a
This commit is contained in:
parent
13a45ede6c
commit
09b0a4b0da
2 changed files with 63 additions and 65 deletions
|
|
@ -17,7 +17,6 @@ let
|
|||
export XDG_DATA_HOME="/home/hm-user/.local/share"
|
||||
export XDG_STATE_HOME="/home/hm-user/.local/state"
|
||||
|
||||
export GIO_EXTRA_MODULES="${pkgs.dconf}/lib/gio/modules''${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES"
|
||||
'';
|
||||
|
||||
darwinExpected = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue