diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-02-13 18:23:36 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-02-13 18:23:36 +0100 |
| commit | 1590d2510263b560655512aef42f5ece7cc1520f (patch) | |
| tree | 8574789dd6d38e9d7cc1e960898274d7666768bf /home/config | |
| parent | 89f7f41c43c8b9183230cdbbdde7c990faa677cb (diff) | |
rename dconf package
Diffstat (limited to 'home/config')
| -rw-r--r-- | home/config/xsession.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/xsession.nix b/home/config/xsession.nix index 4855aed..3c79b3d 100644 --- a/home/config/xsession.nix +++ b/home/config/xsession.nix @@ -12,7 +12,7 @@ in { package = pkgs.numix-cursor-theme; }; dconf.enable = true; - home.packages = with pkgs; [ gnome3.dconf ]; + home.packages = with pkgs; [ dconf ]; gtk = { enable = true; theme = { |
