dotfiles/home-manager/modules/bottom/default.nix

9 lines
139 B
Nix
Executable file

{
programs.bottom = let
configPath = ./config;
in
{
enable = true;
}
// (import (configPath + /settings.nix));
}