From 81f01ef7090ce535030731ec3822e374551dad20 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 27 Mar 2023 15:53:08 +0200 Subject: [PATCH] Fix users/ellmau/graphical.nix --- users/ellmau/graphical.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }; }