nixos-config/modules/home/wofi/default.nix
2023-11-10 23:25:26 +01:00

5 lines
89 B
Nix

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