nixos/tumbler: remove xfce scope references
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user