Compare commits
No commits in common. "f37445ba81bb562cefe68812529bc34461e13151" and "bd81bbac9cd36f3a0ebb0d643fe796066fd415f1" have entirely different histories.
f37445ba81
...
bd81bbac9c
@ -77,6 +77,7 @@
|
|||||||
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,7 +4,6 @@
|
|||||||
../../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
|
||||||
];
|
];
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
{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": "off"
|
"editor.wordBasedSuggestions": false
|
||||||
},
|
},
|
||||||
"[svelte]": {
|
"[svelte]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user