mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
add comment
This commit is contained in:
parent
fd7a8f1a08
commit
e03ca7af60
@ -4,6 +4,11 @@
|
|||||||
# https://github.com/danieldk/nix-home/blob/master/home/cfg/desktop.nix
|
# 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
|
# 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;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||||
|
Loading…
Reference in New Issue
Block a user