Update packages
This commit is contained in:
parent
8478e95d01
commit
88e3e3206c
1 changed files with 6 additions and 1 deletions
7
home.nix
7
home.nix
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue