feat: more stuf
This commit is contained in:
parent
24b6fdb455
commit
828352781f
14 changed files with 84 additions and 39 deletions
|
|
@ -44,7 +44,7 @@ in
|
|||
luarocks
|
||||
tree-sitter
|
||||
nixfmt-tree
|
||||
(texlive.combine { inherit (texlive) scheme-small latexindent latexmk; })
|
||||
(texlive.combine { inherit (texlive) scheme-small latexindent latexmk lastpage pgf collection-fontsrecommended; })
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
|
|
@ -58,4 +58,9 @@ in
|
|||
|
||||
xdg.configFile."nvim".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/nix/config/nvim";
|
||||
|
||||
xdg.configFile."latexmk/latexmkrc".text = ''
|
||||
$out_dir = "build";
|
||||
$pdf_mode = 1;
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,6 +116,10 @@
|
|||
"github.com" = {
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
"jetson-nano" = {
|
||||
hostname = "100.95.16.119";
|
||||
user = "charlie";
|
||||
}
|
||||
"lightsail" = {
|
||||
hostname = "52.87.124.139";
|
||||
user = "ec2-user";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue