nixos/system/home/terminal/default.nix
Evie Litherland-Smith ead63d4d21 Move alacritty into own file in terminal directory
Move teams to only be installed/configured on work machines

Install nomachine-client on work machines, issues with flatpak version
2024-09-22 11:45:47 +01:00

5 lines
46 B
Nix

{ ... }:
{
imports = [ ./alacritty.nix ];
}