1
0
Fork 0
dotfiles/home/programs/eternal-terminal.nix
2024-01-21 13:09:54 +01:00

8 lines
113 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.eternal-terminal ];
home.sessionVariables.ET_NO_TELEMETRY = "1";
}