From 0f9654b200d6fb69add7a2f65c8b216ad0ac743c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 5 Feb 2025 06:25:04 +0000 Subject: [PATCH] Add alias to build and open nixpkgs-manual --- system/home/shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index e24c4651..486156c1 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -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"; };