mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
10 lines
112 B
Nix
10 lines
112 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.alacritty.enable = true;
|
|
|
|
xdg.configFile = {
|
|
"alacritty".source = ./config;
|
|
};
|
|
}
|