aboutsummaryrefslogtreecommitdiff
path: root/home/git.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/git.nix (renamed from home/profiles/git.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/git.nix b/home/git.nix
index f26b3eb..2c69c64 100644
--- a/home/profiles/git.nix
+++ b/home/git.nix
@@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }:
let
sshPub = builtins.fromTOML (
- builtins.readFile ../../configs/ssh-pubkeys.toml
+ builtins.readFile ../configs/ssh-pubkeys.toml
);
in
{