sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminatorTerminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").
| { config, lib, pkgs, ... }: | |
| with lib; | |
| { | |
| imports = | |
| [ | |
| <nixpkgs/nixos/modules/installer/cd-dvd/channel.nix> | |
| ./machine-config.nix | |
| ]; |