Skip to content

Commit

Permalink
fix: dconf not work
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Oct 30, 2024
1 parent 831a448 commit a40196f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
desktopManager.gnome.enable = true;
};

programs.dconf.enable = true;

# Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = true;

Expand Down
2 changes: 0 additions & 2 deletions modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;

programs.dconf.enable = true;

programs.direnv = {
enable = true;
enableFishIntegration = true;
Expand Down

0 comments on commit a40196f

Please sign in to comment.