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
{
home.packages = [ pkgs.tlrc ];
home.packages = [pkgs.tlrc];
xdg.configFile."tlrc/config.toml".text = ''
[cache]
dir = "${config.xdg.cacheHome}/tlrc"
@ -87,4 +91,4 @@
dim = false
strikethrough = false
'';
}
}