feat: vscode, firefox changes

This commit is contained in:
Kat Inskip 2025-02-16 17:50:42 -08:00
parent 78d83cd757
commit 9ded484993
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 49 additions and 21 deletions

View file

@ -30,6 +30,7 @@
stylus
temporary-containers
multi-account-containers
dearrow
ublock-origin
violentmonkey
];

View file

@ -9,10 +9,11 @@
mkhl.direnv
hashicorp.terraform
jnoortheen.nix-ide
pkgs.outrun
];
userSettings = {
"nix.enableLanguageServer" = true;
"workbench.colorTheme" = "Catppuccin Latte";
"workbench.colorTheme" = "Outrun Night";
"editor.suggest.preview" = true;
"[nix]" = {
"editor.defaultFormatter" = "kamadorueda.alejandra";

View file

@ -4,13 +4,13 @@
...
}: {
programs.wezterm = {
enable = false;
enable = true;
package = inputs.wezterm.outputs.packages.${pkgs.system}.default;
extraConfig = ''
local wezterm = require 'wezterm';
return {
font = wezterm.font_with_fallback({
"Monaspace Krypton",
-- <built-in>, BuiltIn
"JetBrains Mono",
@ -24,7 +24,7 @@
}),
window_decorations = "TITLE | RESIZE",
enable_wayland = false,
enable_wayland = true,
warn_about_missing_glyphs = false,
font_size = 10.0,
check_for_updates = false,