Files
nixos/home/wofi.nix
2025-05-06 22:55:50 +02:00

7 lines
53 B
Nix

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