Compare commits
2 commits
6b2182dd4c
...
5003f59185
| Author | SHA1 | Date | |
|---|---|---|---|
| 5003f59185 | |||
| a77749add2 |
1 changed files with 8 additions and 1 deletions
|
|
@ -31,11 +31,18 @@
|
|||
ControlMaster no
|
||||
'';
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 28800;
|
||||
defaultCacheTtlSsh = 28800;
|
||||
sshKeys = [ ]; # auto-populates from gpg keys
|
||||
};
|
||||
programs.copilot-cli.enable = true;
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pinentry-curses
|
||||
cryptsetup
|
||||
grc
|
||||
nix-prefetch-github
|
||||
gemini-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue