mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: vscode, firefox changes
This commit is contained in:
parent
78d83cd757
commit
9ded484993
9 changed files with 49 additions and 21 deletions
|
|
@ -14,11 +14,11 @@ in {
|
|||
shell.enable = true;
|
||||
schemes = {
|
||||
light = {
|
||||
schemeData = schemeSources.atelier.schemes.atelier-sulphurpool-light;
|
||||
schemeData = schemeSources.atelier.schemes.atelier-heath-light;
|
||||
ansi.palette.background.alpha = "d000";
|
||||
};
|
||||
dark = {
|
||||
schemeData = schemeSources.atelier.schemes.atelier-cave;
|
||||
schemeData = schemeSources.outrun.schemes.outrun-dark;
|
||||
ansi.palette.background.alpha = "ee00";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
stylus
|
||||
temporary-containers
|
||||
multi-account-containers
|
||||
dearrow
|
||||
ublock-origin
|
||||
violentmonkey
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue