summaryrefslogtreecommitdiff
path: root/home/config/environment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/environment.nix')
-rw-r--r--home/config/environment.nix5
1 files changed, 2 insertions, 3 deletions
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 ;