formatting
This commit is contained in:
parent
ff6a101b35
commit
b82235b34c
1 changed files with 7 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
@ -87,4 +91,4 @@
|
||||||
dim = false
|
dim = false
|
||||||
strikethrough = false
|
strikethrough = false
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue