add more shell alias

This commit is contained in:
DACHXY 2024-12-28 20:36:44 +08:00
parent fd48df0d43
commit 9bc6a41617
3 changed files with 3 additions and 6 deletions

View file

@ -51,8 +51,6 @@
inherit inputs; inherit inputs;
inherit pkgsUnstable; inherit pkgsUnstable;
inherit system; inherit system;
inherit pkgs;
inherit pkgsUnstable;
}; };
}; };
@ -65,8 +63,6 @@
inherit inputs; inherit inputs;
inherit pkgsUnstable; inherit pkgsUnstable;
inherit system; inherit system;
inherit pkgs;
inherit pkgsUnstable;
}; };
}; };

View file

@ -5,6 +5,8 @@
g = "git"; g = "git";
cd = "z"; # Zoxide cd = "z"; # Zoxide
t = "tmux"; t = "tmux";
vim = "nvim";
vi = "nvim";
# Nixos # Nixos
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos"; rebuild = "sudo nixos-rebuild switch --flake /etc/nixos";

View file

@ -1,5 +1,4 @@
{ config, pkgs, lib, ... }: { ... }:
{ {
documentation.nixos.enable = false; documentation.nixos.enable = false;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;