8 lines
66 B
Nix
8 lines
66 B
Nix
{ inputs, pkgs, ... }:
|
|
let
|
|
|
|
in
|
|
{
|
|
programs.wofi.enable = true;
|
|
}
|