Skip to content

Commit

Permalink
add nix shell alias
Browse files Browse the repository at this point in the history
  • Loading branch information
wlcx committed Apr 24, 2024
1 parent 786d7d1 commit 9f82158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 .";
Expand Down
1 change: 0 additions & 1 deletion home/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
pkgs,
lib,
strings,
...
}: {
home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";};
Expand Down

0 comments on commit 9f82158

Please sign in to comment.