nixos-config/modules/home/wofi/default.nix
2023-11-05 17:56:55 +01:00

4 lines
55 B
Nix

{ ... }:
{
xdg.configFile."wofi".source = ./config;
}