mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
5 lines
143 B
Nix
5 lines
143 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [ alacritty ];
|
|
home.file.".config/alacritty/alacritty.yml".source = ./alacritty.yml;
|
|
}
|