Compare commits

...

3 Commits

Author SHA1 Message Date
Brian Hicks 244ef76c13 update tmux 2021-10-11 16:32:48 -05:00
Brian Hicks c6da19519b update auto-pairs 2021-10-11 16:32:28 -05:00
Brian Hicks 6988d3c022 add keys to SSH agent 2021-10-07 08:48:22 -05:00
3 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,9 @@
{ pkgs, ... }: {
programs.ssh = {
enable = true;
extraConfig = "Include config.d/*";
extraConfig = ''
AddKeysToAgent yes
Include config.d/*
'';
};
}

View File

@ -19,11 +19,11 @@
"auto-pairs": {
"flake": false,
"locked": {
"lastModified": 1629299056,
"narHash": "sha256-PVcW16xr2dox9IZ0CWsEhByHXuupJUXJ+2eo4lgA6IQ=",
"lastModified": 1633713473,
"narHash": "sha256-CBjmABmrL40NCMV9jIeDAy2HsVk2Hu9feGeueXO7aUM=",
"owner": "alexherbo2",
"repo": "auto-pairs.kak",
"rev": "5058de7ea20d2db8c88234df6d642e7a0a439413",
"rev": "7692c77e8f7022adc510240dd3dd1aba549e9c71",
"type": "github"
},
"original": {
@ -401,16 +401,15 @@
"tmux": {
"flake": false,
"locked": {
"lastModified": 1631710999,
"narHash": "sha256-u8ok4xb3YnEsOZeDgWbSscyzacN+TC9OvC0hvc+kIKM=",
"lastModified": 1633964473,
"narHash": "sha256-g4WY0QYB0eSmvwXilZTx6QwSDctgkdWBovtbs1u70J4=",
"owner": "tmux",
"repo": "tmux",
"rev": "ed280e14c814f5252d41656066856c2a45fd1493",
"rev": "aff2a473ec3c16396d6be9d61c5e5dc1201a725b",
"type": "github"
},
"original": {
"owner": "tmux",
"ref": "3.3-rc",
"repo": "tmux",
"type": "github"
}

View File

@ -42,7 +42,7 @@
};
tmux = {
url = "github:tmux/tmux/3.3-rc";
url = "github:tmux/tmux";
flake = false;
};