home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit a13583a235f8f16cd332c635e5b9a49c785c81d5
parent 1710270f79fda3df468bf5a5d888e62e45133fa7
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  2 Feb 2022 16:47:39 +0100

systems: update dconf "path"

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/desktop/i3.nix | 2+-
Msystems/modules/profiles/i3.nix | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/systems/modules/desktop/i3.nix b/systems/modules/desktop/i3.nix @@ -28,7 +28,7 @@ in dbus = { enable = true; # socketActivated = true; - packages = [ pkgs.gnome3.dconf ]; + packages = [ pkgs.dconf ]; }; }; }; diff --git a/systems/modules/profiles/i3.nix b/systems/modules/profiles/i3.nix @@ -29,7 +29,7 @@ in dbus = { enable = true; # socketActivated = true; - packages = [ pkgs.gnome3.dconf ]; + packages = [ pkgs.dconf ]; }; }; programs.dconf.enable = true;