update: 9/26/2024
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
enable = true;
|
||||
vimAlias = false;
|
||||
viAlias = false;
|
||||
withRuby = false;
|
||||
withPython3 = false;
|
||||
withNodeJs = false;
|
||||
withRuby = true;
|
||||
withPython3 = true;
|
||||
withNodeJs = true;
|
||||
package = pkgs.neovim-unwrapped;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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