diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix index 1700c8c..600bd5b 100644 --- a/.config/home-manager/home.nix +++ b/.config/home-manager/home.nix @@ -46,7 +46,7 @@ in { services.gpg-agent.enable = true; services.unison = { - enable = true; + enable = false; pairs = if isMaster then { # picade = { diff --git a/.gitignore b/.gitignore index b2ca614..80b2a42 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /.python_history /.unison /.viminfo +/.vscode-* /.zcompdump* /.zshenv /.zshrc diff --git a/.nix-defexpr/channels b/.nix-defexpr/channels index f7c24ea..0fc42d4 120000 --- a/.nix-defexpr/channels +++ b/.nix-defexpr/channels @@ -1 +1 @@ -/nix/var/nix/profiles/per-user/pippijn/channels \ No newline at end of file +/home/pippijn/.local/state/nix/profiles/channels \ No newline at end of file diff --git a/.ssh/authorized_keys b/.ssh/authorized_keys index 9dc3cad..19b1e79 100644 --- a/.ssh/authorized_keys +++ b/.ssh/authorized_keys @@ -1 +1,3 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMj378KHiDT4caf5n0vGOFU9WJo8QeWO0Hsb+4VCumpq JuiceSSH +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvQ3V6Vr8L+ckUBinwDYLLkortxz5S8tVGGKMSEcpdU u0_a522@localhost +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlIPVbK4PHWlnqaZiv7dLkF0WOBoBvt0wfbH9GQYxLl pippijn@pippijn-mac.roam.internal