Add alacritty stub

This commit is contained in:
KnightArtorias 2025-12-09 23:48:08 +00:00
parent acf15216f6
commit 93cd84b94a
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.alacritty = {
enable = true;
};
}

View file

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./alacritty.nix
./librewolf.nix ./librewolf.nix
./minecraft.nix ./minecraft.nix
]; ];