Add alias to build and open nixpkgs-manual

This commit is contained in:
Evie Litherland-Smith 2025-02-05 06:25:04 +00:00
parent 2aef21283d
commit 0f9654b200

View file

@ -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";
};