14 lines
216 B
Nix
14 lines
216 B
Nix
{ ... }:
|
|
{
|
|
home-manager.users.willifan = {
|
|
programs.wofi = {
|
|
enable = true;
|
|
settings = {
|
|
normal_window = false;
|
|
allow_images = true;
|
|
halign = "fill";
|
|
|
|
};
|
|
};
|
|
};
|
|
}
|