diff --git a/home/tlrc.nix b/home/tlrc.nix index 4489595..af7f3f1 100644 --- a/home/tlrc.nix +++ b/home/tlrc.nix @@ -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 ''; -} \ No newline at end of file +}