Organized home packages; installed python3; updated 'update' aliases
This commit is contained in:
parent
755b933928
commit
f96514ed92
@ -4,14 +4,20 @@
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = (with pkgs; [
|
||||
btop
|
||||
# Utilities
|
||||
tmux
|
||||
btop
|
||||
manix
|
||||
ripgrep
|
||||
neofetch
|
||||
|
||||
# Dev tools
|
||||
clang
|
||||
cargo
|
||||
ripgrep
|
||||
python3
|
||||
gnumake
|
||||
neofetch
|
||||
|
||||
# Other
|
||||
bitwarden-cli
|
||||
]);
|
||||
|
||||
|
@ -14,9 +14,10 @@
|
||||
shellAliases = {
|
||||
cd = "z";
|
||||
ls = "eza";
|
||||
update-system = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
update-user = "home-manager switch --flake ~/dotfiles";
|
||||
update-all = "update-system && update-user";
|
||||
update-darwin = "darwin-rebuild switch --flake ~/dotfiles";
|
||||
update-conf = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
update-home = "home-manager switch --flake ~/dotfiles";
|
||||
update-all = "update-conf && update-home";
|
||||
};
|
||||
|
||||
plugins = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user