nixos-config/modules/home/wofi/wofi.nix

5 lines
89 B
Nix
Raw Normal View History

2023-11-05 17:56:55 +01:00
{ ... }:
{
2023-11-10 23:25:26 +01:00
# https://github.com/prtce/wofi
2023-11-05 11:40:44 +01:00
xdg.configFile."wofi".source = ./config;
}