1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
Files
nixos-config-reborn/home-manager/modules/wofi.nix
andrey_varnavskiy f9b0534f76 add wofi
2024-12-14 05:39:17 +05:00

9 lines
73 B
Nix

{
programs.wofi = {
enable = true;
settings = {
};
};
}