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;
|
||||
|
|
|
|||
|
|
@ -45,10 +45,6 @@
|
|||
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