From 6e564fbcce11a7a069ca7324d5e1b27e69300ef3 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 27 Jul 2023 02:50:50 +0200 Subject: [PATCH] Stylistic choice --- content/rambles/i2p-on-nixos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rambles/i2p-on-nixos.md b/content/rambles/i2p-on-nixos.md index 4cadc4f..c99864e 100644 --- a/content/rambles/i2p-on-nixos.md +++ b/content/rambles/i2p-on-nixos.md @@ -196,7 +196,7 @@ default search engine. If you're using the `home-manager`, you can quite easily create a `.desktop` file to make starting your i2p profile more convenient. This is assuming that have either a full on desktop environment or use some other way of parsing -`.desktop` entries such as `rofi`. +`.desktop` entries such as `rofi`'s `drun` mode. I have the following in my `$HOME/.config/home-manager/home.nix`: ```nix