formatting

This commit is contained in:
Osman Faruk Bayram 2025-02-11 19:25:59 +03:00
parent ff6a101b35
commit b82235b34c

View file

@ -1,7 +1,11 @@
{ pkgs, config, ... }: {
pkgs,
config,
...
}:
# stolen from https://github.com/dmarcoux/dotfiles # stolen from https://github.com/dmarcoux/dotfiles
{ {
home.packages = [ pkgs.tlrc ]; home.packages = [pkgs.tlrc];
xdg.configFile."tlrc/config.toml".text = '' xdg.configFile."tlrc/config.toml".text = ''
[cache] [cache]
dir = "${config.xdg.cacheHome}/tlrc" dir = "${config.xdg.cacheHome}/tlrc"