diff --git a/home.nix b/home.nix index 2412e0a..a30c7a3 100644 --- a/home.nix +++ b/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"; };