dotfiles/home/modules/tofi/default.nix
2025-01-08 01:05:45 -06:00

12 lines
180 B
Nix
Executable file

{pkgs, ...}: {
home.packages =
builtins.attrValues
{
inherit
(pkgs)
tofi
;
};
xdg.configFile = {"tofi/config".source = ./config;};
}