This commit is contained in:
Vivian 2022-12-01 09:09:08 +01:00
parent 2dd3d2f5ab
commit 34674dac68
5 changed files with 72 additions and 36 deletions

View file

@ -13,12 +13,13 @@ in {
imports = [
./dconf.nix
./theme.nix
];
home.packages = with pkgs; [
btop
calibre
element-desktop-wayland
element-desktop
fusee-launcher
gcc
gimp
@ -74,7 +75,6 @@ in {
"latex.clean.subfolder.enabled" = true;
"latex.outDir" = "%TMPDIR%/%RELATIVE_DOC%";
};
# "workbench.colorTheme" = "Catppuccin Frappé";
"editor.fontFamily" =
"'DejaVuSansMono Nerd Font', 'monospace', monospace";
"keyboard.dispatch" = "keyCode";
@ -88,7 +88,6 @@ in {
extensions = with pkgs.vscode-extensions;
with pkgs.v.vscode-extensions; [
brettm12345.nixfmt-vscode
# catppuccin.catppuccin-vsc
codezombiech.gitignore
editorconfig.editorconfig
foxundermoon.shell-format