From 9f821584d501aab687bf7a2ff329ab4713bb43b1 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Wed, 24 Apr 2024 22:53:43 +0100 Subject: [PATCH] add nix shell alias --- home/default.nix | 1 + home/vim.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 39c2855..810cf51 100644 --- a/home/default.nix +++ b/home/default.nix @@ -37,6 +37,7 @@ in { g = "git"; cat = "bat"; ip = "ip --color=auto"; + ns = "nix shell nixpkgs#"; hmswitch = ''home-manager switch --flake ".#$(hostname -s)"''; nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'"; da = "direnv allow ."; diff --git a/home/vim.nix b/home/vim.nix index 48113ba..654ade8 100644 --- a/home/vim.nix +++ b/home/vim.nix @@ -3,7 +3,6 @@ { pkgs, lib, - strings, ... }: { home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";};