7 lines
56 B
Nix
7 lines
56 B
Nix
{ config
|
|
, lib
|
|
, pkgs
|
|
, ...
|
|
}: {
|
|
xdg.enable = true;
|
|
}
|