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

4 lines
55 B
Nix
Raw Normal View History

2023-11-05 17:56:55 +01:00
{ ... }:
{
2023-11-05 11:40:44 +01:00
xdg.configFile."wofi".source = ./config;
}