mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 10:51:05 +01:00
feat: adjust alacritty's font size for linux fix: errors in i3 config feat: update i3blocks's scripts & style
10 lines
223 B
Nix
10 lines
223 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.alacritty = {
|
|
enable = true;
|
|
};
|
|
|
|
xdg.configFile."alacritty/alacritty.yml".source = ./alacritty.yml;
|
|
xdg.configFile."alacritty/theme_github_dark.yml".source = ./theme_github_dark.yml;
|
|
} |