mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 23:34:39 +02:00
7 lines
57 B
Nix
7 lines
57 B
Nix
{ ... }:
|
|
{
|
|
programs.wofi = {
|
|
enable = true;
|
|
};
|
|
}
|