1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/alacritty.nix

8 lines
92 B
Nix
Raw Permalink Normal View History

2021-04-07 09:37:57 +02:00
{
2023-07-26 07:38:52 +02:00
home-manager.users.me = {
programs.alacritty = {
enable = true;
};
2020-05-31 18:23:08 +02:00
};
2019-09-24 23:16:08 +02:00
}