add comment

This commit is contained in:
Daniel Langbein 2023-09-07 16:56:55 +02:00
parent fd7a8f1a08
commit e03ca7af60

View File

@ -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, ... }: {