Skip to content

Commit

Permalink
does this fix webkit-git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Aug 4, 2023
1 parent a7d2aad commit b4e1716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/wm/xmonad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ in

config = mkIf cfg.enable {

networking.networkmanager = { enable = true; };
services.dbus = {
enable = true;
packages = [ pkgs.dconf ];
Expand Down Expand Up @@ -80,7 +79,8 @@ in

# services.caffeine.enable = true;
services.blueman-applet.enable = true;
services.network-manager-applet.enable = true;
# networking.networkmanager = { enable = true; };
# services.network-manager-applet.enable = true;
services.dunst.enable = true;

services.xscreensaver.enable = true;
Expand Down

0 comments on commit b4e1716

Please sign in to comment.