remove vnc, move zsh aliases
This commit is contained in:
parent
fe7b546cda
commit
7c4151ac3e
7 changed files with 5 additions and 486 deletions
|
|
@ -105,6 +105,11 @@
|
|||
services.openssh.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
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 = {
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue