parent
a5856b016a
commit
7f74e2b244
2 changed files with 7 additions and 0 deletions
homes/ingolf-wagner
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
../palo
|
||||
./ssh.nix
|
||||
./keymapper.nix
|
||||
./taskwarrior.nix
|
||||
];
|
||||
|
|
@ -17,6 +18,8 @@
|
|||
pkgs.silver-searcher
|
||||
pkgs.arandr
|
||||
pkgs.xterm # just in case
|
||||
pkgs.openconnect
|
||||
pkgs.ferdium
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
|
|
|
|||
4
homes/ingolf-wagner/ssh.nix
Normal file
4
homes/ingolf-wagner/ssh.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
programs.ssh.matchBlocks."*".identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue