Compare commits
No commits in common. "f37445ba81bb562cefe68812529bc34461e13151" and "bd81bbac9cd36f3a0ebb0d643fe796066fd415f1" have entirely different histories.
f37445ba81
...
bd81bbac9c
@ -77,6 +77,7 @@
|
||||
casks = [
|
||||
"hiddenbar"
|
||||
"android-platform-tools"
|
||||
"mactex"
|
||||
"font-caskaydia-cove-nerd-font"
|
||||
"gcenx/wine/wineskin"
|
||||
];
|
||||
|
@ -4,7 +4,6 @@
|
||||
../../modules/dev.nix
|
||||
../../modules/git.nix
|
||||
../../modules/fonts.nix
|
||||
../../modules/latex.nix
|
||||
../../modules/nvim.nix
|
||||
../../modules/vscode.nix
|
||||
];
|
||||
|
@ -1,5 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.texlive.combined.scheme-medium
|
||||
];
|
||||
}
|
@ -151,7 +151,7 @@
|
||||
"editor.selectionHighlight": false,
|
||||
"editor.suggestSelection": "first",
|
||||
"editor.tabCompletion": "onlySnippets",
|
||||
"editor.wordBasedSuggestions": "off"
|
||||
"editor.wordBasedSuggestions": false
|
||||
},
|
||||
"[svelte]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user