From c30ec2ed23b1815a113988270ac6d5516c3ba5ff Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 20 Sep 2021 21:08:50 +0200 Subject: change path to config --- home/config/environment.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'home/config/environment.nix') diff --git a/home/config/environment.nix b/home/config/environment.nix index 4e08911..bc1c85c 100644 --- a/home/config/environment.nix +++ b/home/config/environment.nix @@ -34,12 +34,11 @@ enable = true; shellAliases = { amimullvad = "curl -Ls https://am.i.mullvad.net/connected"; - nixos-update-config = - "sudo cp -rf ~/documents/nix/latitude-7490/nixos/ /etc/"; + nixos-update-config = "sudo cp -rf ~/code/nix/latitude-7490/nixos/ /etc/"; rm = "rm -f"; ssh = "TERM=xterm-256color ssh"; mkenv = '' - cp ~/documents/nix/shells/shell.nix . ; + cp ~/code/nix/shells/shell.nix . ; echo "use_nix" >> .envrc ; direnv allow ; $EDITOR shell.nix ; -- cgit v1.2.3