nix-dots/user/modules/wofi.nix

6 lines
55 B
Nix

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