Add vscode config

This commit is contained in:
J. Fernando Sánchez
2026-05-04 10:13:10 +02:00
parent 93aeb0019e
commit 0e71c1a637
4 changed files with 40 additions and 12 deletions

View File

@@ -25,7 +25,8 @@
# ========================== # ==========================
# # The config file consists of simple key-value pairs, # # The config file consists of simple key-value pairs,
# # separated by equals signs. # # separated by equals signs.
font-family = Iosevka font-family = FiraCode Nerd Font Mono
font-size = 14
# window-padding-x = 2 # window-padding-x = 2
# #
# # Spacing around the equals sign does not matter. # # Spacing around the equals sign does not matter.

View File

@@ -1,16 +1,42 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
ansible ansible
awscli2 awscli2
cargo-cross cargo-cross
rustup rustup
rustc rustc
gcc gcc
python3Packages.jedi-language-server python3Packages.jedi-language-server
ruff ruff
vial vial
chromium chromium
# Bloque VS Code corregido
((pkgs.vscode-with-extensions.override {
vscodeExtensions = with pkgs.vscode-extensions; [
jnoortheen.nix-ide
ms-python.python
ms-vscode-remote.remote-containers
ms-azuretools.vscode-docker
ms-vscode-remote.remote-ssh
vscodevim.vim
yzhang.markdown-all-in-one
];
}).overrideAttrs (oldAttrs: {
makeWrapperArgs = (oldAttrs.makeWrapperArgs or []) ++ [
"--set-default" "NIXOS_OZONE_WL" "1"
];
})) # Los paréntesis dobles aseguran que se evalúe como un paquete único
]; ];
home.file = {
".config/Code/User/settings.json".text = ''
{
"window.titleBarStyle": "custom"
}
'';
};
} }

1
jj/.config/jj/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
repos

View File

@@ -118,7 +118,7 @@ output "DP-1" {
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
//mode "3840x2160@60" //mode "3840x2160@60"
mode "3840x2160@60" mode "3840x2160@60"
scale 1.25 scale 1.5
//mode "1920x1080@60" //mode "1920x1080@60"
//mode "2560x1440" //mode "2560x1440"
//scale 1 //scale 1