10 lines
115 B
Nix
10 lines
115 B
Nix
let
|
|
theme = import ../theme.nix;
|
|
in
|
|
{
|
|
catppuccin.btop = {
|
|
enable = true;
|
|
flavor = theme.flavor;
|
|
};
|
|
}
|