Update packages

This commit is contained in:
kagura 2024-09-18 13:10:44 +08:00
parent 8478e95d01
commit 88e3e3206c

View file

@ -31,6 +31,11 @@ let
openssl
zlib
# Other GUI Applications
telegram-desktop
vscode
jetbrains-toolbox
jadx
];
otherOnlyPackages = with pkgs; [
@ -111,7 +116,7 @@ in
vi = "hx";
vim = "hx";
update = "sudo nixos-rebuild switch";
nixos-update = "cd /etc/nixos; sudo nix flake update; sudo nixos-rebuild switch --flake .";
home-update = "home-manager switch";
home-edit = "hx ~/.config/home-manager";
};