1
0
Fork 0
dotfiles/home/programs/eternal-terminal.nix

8 lines
113 B
Nix
Raw Permalink Normal View History

2024-01-21 12:09:54 +00:00
{ pkgs, ... }:
{
home.packages = [ pkgs.eternal-terminal ];
home.sessionVariables.ET_NO_TELEMETRY = "1";
}