dotfiles/home/modules/tofi/default.nix

13 lines
180 B
Nix
Raw Normal View History

2025-01-08 01:05:45 -06:00
{pkgs, ...}: {
home.packages =
builtins.attrValues
{
inherit
(pkgs)
tofi
;
};
xdg.configFile = {"tofi/config".source = ./config;};
}