Add vscode config
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
# ==========================
|
||||
# # The config file consists of simple key-value pairs,
|
||||
# # separated by equals signs.
|
||||
font-family = Iosevka
|
||||
font-family = FiraCode Nerd Font Mono
|
||||
font-size = 14
|
||||
# window-padding-x = 2
|
||||
#
|
||||
# # Spacing around the equals sign does not matter.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home.packages = with pkgs; [
|
||||
ansible
|
||||
awscli2
|
||||
@@ -11,6 +12,31 @@
|
||||
ruff
|
||||
vial
|
||||
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
1
jj/.config/jj/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
repos
|
||||
@@ -118,7 +118,7 @@ output "DP-1" {
|
||||
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
|
||||
//mode "3840x2160@60"
|
||||
mode "3840x2160@60"
|
||||
scale 1.25
|
||||
scale 1.5
|
||||
//mode "1920x1080@60"
|
||||
//mode "2560x1440"
|
||||
//scale 1
|
||||
|
||||
Reference in New Issue
Block a user