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";
|
g = "git";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
ip = "ip --color=auto";
|
ip = "ip --color=auto";
|
||||||
|
ns = "nix shell nixpkgs#";
|
||||||
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
||||||
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
||||||
da = "direnv allow .";
|
da = "direnv allow .";
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
strings,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";};
|
home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";};
|
||||||
|
|
Loading…
Reference in New Issue