From e03ca7af60badb749bafd0148d5de493277b14b5 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 7 Sep 2023 16:56:55 +0200 Subject: [PATCH] add comment --- modules/gnome-config.home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/gnome-config.home.nix b/modules/gnome-config.home.nix index 39acdf8..013e404 100644 --- a/modules/gnome-config.home.nix +++ b/modules/gnome-config.home.nix @@ -4,6 +4,11 @@ # https://github.com/danieldk/nix-home/blob/master/home/cfg/desktop.nix # https://github.com/Martins3/My-Linux-Config/blob/master/nixpkgs/home/app/gnome.nix + # gsettings (or dconf-editor) schemas are spread throughout the nix store. + # One can use a script to add them to $XDG_DATA_DIRS and then execute a command. + # Here is an example script: + # https://github.com/NixOS/nixpkgs/issues/33277#issuecomment-354689755 + programs.dconf.enable = true; home-manager.users.yoda = { osConfig, config, pkgs, ... }: {