mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tumbler: remove xfce scope references
This commit is contained in:
parent
13f5219125
commit
b54c2d4fa1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue