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