override aliases
This commit is contained in:
parent
6980963bb7
commit
af592442d8
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@
|
|||
rustup
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
utest = "sudo nixos-rebuild test --flake github:itepastra/nixconf#server";
|
||||
update = "sudo nixos-rebuild switch --flake github:itepastra/nixconf#server";
|
||||
};
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue