Separate a few zsh config
This commit is contained in:
parent
14cfaaf056
commit
bd99a04f19
4 changed files with 48 additions and 39 deletions
|
|
@ -22,6 +22,11 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# nixOS-specific alias
|
||||
programs.zsh.shellAliases = {
|
||||
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Network and file transfer
|
||||
lftp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue