summaryrefslogtreecommitdiff
path: root/home/config
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-09-20 21:08:50 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-09-20 21:09:41 +0200
commitc30ec2ed23b1815a113988270ac6d5516c3ba5ff (patch)
tree06af22e0d7da33d11337b2e28a5aa930771e4806 /home/config
parenta5cd98524ae1693f6e04b093c32e5271c4c2e817 (diff)
change path to config
Diffstat (limited to 'home/config')
-rw-r--r--home/config/environment.nix5
-rw-r--r--home/config/i3/bar/shell.nix2
2 files changed, 3 insertions, 4 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 ;
diff --git a/home/config/i3/bar/shell.nix b/home/config/i3/bar/shell.nix
index 0fcfc92..ddde10a 100644
--- a/home/config/i3/bar/shell.nix
+++ b/home/config/i3/bar/shell.nix
@@ -5,4 +5,4 @@ let
nix.enable = true;
golang.enable = true;
};
-in import ~/documents/nix/shells { inherit pkgs settings; }
+in import ~/code/nix/shells { inherit pkgs settings; }