Merge branch 'main' of https://git.thomasfamily.duckdns.org/michael/nix-dots
This commit is contained in:
commit
a6dfa7abc4
@ -77,7 +77,6 @@
|
||||
casks = [
|
||||
"hiddenbar"
|
||||
"android-platform-tools"
|
||||
"mactex"
|
||||
"font-caskaydia-cove-nerd-font"
|
||||
"gcenx/wine/wineskin"
|
||||
];
|
||||
|
@ -4,6 +4,7 @@
|
||||
../../modules/dev.nix
|
||||
../../modules/git.nix
|
||||
../../modules/fonts.nix
|
||||
../../modules/latex.nix
|
||||
../../modules/nvim.nix
|
||||
../../modules/vscode.nix
|
||||
];
|
||||
|
5
user/modules/latex.nix
Normal file
5
user/modules/latex.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.texlive.combined.scheme-medium
|
||||
];
|
||||
}
|
@ -151,7 +151,7 @@
|
||||
"editor.selectionHighlight": false,
|
||||
"editor.suggestSelection": "first",
|
||||
"editor.tabCompletion": "onlySnippets",
|
||||
"editor.wordBasedSuggestions": false
|
||||
"editor.wordBasedSuggestions": "off"
|
||||
},
|
||||
"[svelte]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user