diff options
| -rw-r--r-- | home/config/environment.nix | 5 | ||||
| -rw-r--r-- | home/config/i3/bar/shell.nix | 2 | ||||
| -rw-r--r-- | home/pkgs/barista/shell.nix | 2 | ||||
| -rw-r--r-- | home/pkgs/firefoxPackages/shell.nix | 2 |
4 files changed, 5 insertions, 6 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; } diff --git a/home/pkgs/barista/shell.nix b/home/pkgs/barista/shell.nix index 0fcfc92..ddde10a 100644 --- a/home/pkgs/barista/shell.nix +++ b/home/pkgs/barista/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; } diff --git a/home/pkgs/firefoxPackages/shell.nix b/home/pkgs/firefoxPackages/shell.nix index 15e0ee8..fb9caf7 100644 --- a/home/pkgs/firefoxPackages/shell.nix +++ b/home/pkgs/firefoxPackages/shell.nix @@ -9,4 +9,4 @@ let nix.enable = true; nativeBuildInputs = [ nur.repos.rycee.firefox-addons-generator ]; }; -in import ~/documents/nix/shells { inherit pkgs settings; } +in import ~/code/nix/shells { inherit pkgs settings; } |
