diff --git a/users/ellmau/graphical.nix b/users/ellmau/graphical.nix index a7d0aa9..8d658b2 100644 --- a/users/ellmau/graphical.nix +++ b/users/ellmau/graphical.nix @@ -2,6 +2,7 @@ config, pkgs, lib, + nixosConfig, ... }: with lib; { @@ -10,9 +11,9 @@ with lib; { in mkIf cfg.enable { services = { - gtk.enable = true; blueman-applet.enable = true; - home.file.".background-image".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; }; + gtk.enable = true; + home.file.".background-image".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; }; }