tmate: Init
This commit is contained in:
parent
e0ef586e5e
commit
94f3aae5b9
|
@ -15,6 +15,7 @@
|
|||
./programs.nix
|
||||
./scripts.nix
|
||||
./sway.nix
|
||||
./tmate.nix
|
||||
./tmux.nix
|
||||
./vdirsyncer.nix
|
||||
./xcompose.nix
|
||||
|
|
12
users/simon/modules/tmate.nix
Normal file
12
users/simon/modules/tmate.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tmate
|
||||
];
|
||||
|
||||
home.file.".tmate.conf".text = ''
|
||||
set tmate-authorized-keys "~/.ssh/authorized_keys_tmate"
|
||||
source-file ~/.tmux.conf
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue