mirror of https://github.com/wlcx/home.git
add nix shell alias
This commit is contained in:
parent
786d7d1b06
commit
9f821584d5
|
@ -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 .";
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
strings,
|
||||
...
|
||||
}: {
|
||||
home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";};
|
||||
|
|
Loading…
Reference in New Issue