add more shell alias
This commit is contained in:
parent
fd48df0d43
commit
9bc6a41617
3 changed files with 3 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
g = "git";
|
||||
cd = "z"; # Zoxide
|
||||
t = "tmux";
|
||||
vim = "nvim";
|
||||
vi = "nvim";
|
||||
|
||||
# Nixos
|
||||
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
documentation.nixos.enable = false;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue