Add alias to build and open nixpkgs-manual
This commit is contained in:
parent
2aef21283d
commit
0f9654b200
|
@ -17,6 +17,7 @@
|
|||
cbonsai
|
||||
];
|
||||
shellAliases = {
|
||||
nixpkgs-manual = "xdg-open $(nix build nixpkgs#nixpkgs-manual --print-out-paths --no-link)/share/doc/nixpkgs/manual.html";
|
||||
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
|
||||
sync-and-shutdown = "sync-all && shutdown now";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue