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 pkgsUnstable;
inherit system;
inherit pkgs;
inherit pkgsUnstable;
};
};
@ -65,8 +63,6 @@
inherit inputs;
inherit pkgsUnstable;
inherit system;
inherit pkgs;
inherit pkgsUnstable;
};
};

View file

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

View file

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