feat(tofi): initial tofi configuration

This commit is contained in:
ooks-io 2024-03-05 20:15:37 +13:00
parent 422c3aa187
commit 82265ddca2
5 changed files with 57 additions and 2 deletions

View file

@ -16,8 +16,18 @@ in
plugins = with inputs.anyrun.packages.${pkgs.system}; [
applications
randr
shell
rink
symbols
];
};
extraCss = /* css */ ''
* {
font-family: JetBrains Mono Nerd Font;
}
'';
};
};