update: 9/26/2024
This commit is contained in:
@@ -10,9 +10,10 @@ in
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
search-pkg = "nix search -I nixpkgs=flake:nixpkgs nixpkgs";
|
||||
search-pkg = "nix search -I nixpkgs=flake:nixpkgs nixpkgs";
|
||||
newpkg = "bash ~/.dotfiles/newpkg.sh";
|
||||
rebuild = "sudo nixos-rebuild switch --flake '.#system'";
|
||||
update-flake = "nix flake update";
|
||||
l = lsCmd;
|
||||
ls = lsCmd;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user