nixos/tumbler: remove xfce scope references

This commit is contained in:
pancaek 2025-12-27 13:11:08 -08:00
commit b54c2d4fa1

View file

@ -37,11 +37,11 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs.xfce; [
environment.systemPackages = with pkgs; [
tumbler
];
services.dbus.packages = with pkgs.xfce; [
services.dbus.packages = with pkgs; [
tumbler
];