nixos-config/modules/home/wofi/wofi.nix
2024-04-06 14:02:42 +02:00

5 lines
89 B
Nix

{ ... }:
{
# https://github.com/prtce/wofi
xdg.configFile."wofi".source = ./config;
}