aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/profiles/home-manager/dev.nix (renamed from home/dev.nix)0
-rw-r--r--nix/profiles/home-manager/firefox.nix (renamed from home/firefox.nix)0
-rw-r--r--nix/profiles/home-manager/git.nix (renamed from home/git.nix)2
-rw-r--r--nix/profiles/home-manager/ssh.nix (renamed from home/ssh.nix)0
-rw-r--r--nix/profiles/home-manager/zsh.nix (renamed from home/zsh.nix)0
5 files changed, 1 insertions, 1 deletions
diff --git a/home/dev.nix b/nix/profiles/home-manager/dev.nix
index e0ca68b..e0ca68b 100644
--- a/home/dev.nix
+++ b/nix/profiles/home-manager/dev.nix
diff --git a/home/firefox.nix b/nix/profiles/home-manager/firefox.nix
index a982a2e..a982a2e 100644
--- a/home/firefox.nix
+++ b/nix/profiles/home-manager/firefox.nix
diff --git a/home/git.nix b/nix/profiles/home-manager/git.nix
index 4fbbbb9..ce9c0a9 100644
--- a/home/git.nix
+++ b/nix/profiles/home-manager/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
{
diff --git a/home/ssh.nix b/nix/profiles/home-manager/ssh.nix
index 47aee8a..47aee8a 100644
--- a/home/ssh.nix
+++ b/nix/profiles/home-manager/ssh.nix
diff --git a/home/zsh.nix b/nix/profiles/home-manager/zsh.nix
index e704870..e704870 100644
--- a/home/zsh.nix
+++ b/nix/profiles/home-manager/zsh.nix