Compare commits
2 commits
46f868e733
...
a990105e83
Author | SHA1 | Date | |
---|---|---|---|
a990105e83 | |||
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; [
|
||||
|
@ -112,7 +117,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