Skip to content

Commit

Permalink
nixos: Update system
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Jan 10, 2024
1 parent 638d454 commit 9aafa00
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 531 deletions.
6 changes: 3 additions & 3 deletions assets/nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions dotfiles/alacritty/.config/alacritty_base/alacritty_Linux.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[colors]
draw_bold_text_with_bright_colors = false

[colors.bright]
black = "0x0387ad"
blue = "0x839496"
cyan = "0x93a1a1"
green = "0x586e75"
magenta = "0x6c71c4"
red = "0xcb4b16"
white = "0xfdf6e3"
yellow = "0x657b83"

[colors.cursor]
cursor = "0x839496"
text = "0x002b36"

[colors.normal]
black = "0x073642"
blue = "0x268bd2"
cyan = "0x2aa198"
green = "0x859900"
magenta = "0xd33682"
red = "0xdc322f"
white = "0xeee8d5"
yellow = "0xb58900"

[colors.primary]
background = "0x002b36"
foreground = "0x839496"

[env]
TERM = "xterm-256color"

[font]
size = 16

[font.normal]
family = "Source Code Pro"
style = "Regular"

[mouse]
hide_when_typing = true

[shell]
args = ["--login"]
program = "/run/current-system/sw/bin/zsh"

[window]
startup_mode = "Windowed"
title = "Alacritty"
Loading

0 comments on commit 9aafa00

Please sign in to comment.