Janky "fix" to make 1pass git/ssh work
This commit is contained in:
parent
782f76ba11
commit
241347b926
3 changed files with 25 additions and 3 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./packages.nix # home.packages and similar stuff
|
||||
./neovim-flake.nix
|
||||
./ssh.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
|||
Reference in a new issue