From 46022b73006fe84f918a9a4e2e7512b6494dc137 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 25 Apr 2024 14:34:37 -0500 Subject: [PATCH] obsidian: install from unstable --- home/features/desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/default.nix b/home/features/desktop/default.nix index 35b8549..30d653f 100644 --- a/home/features/desktop/default.nix +++ b/home/features/desktop/default.nix @@ -8,7 +8,7 @@ home.packages = with pkgs; [ gimp-with-plugins lagrange - obsidian + (unstable.obsidian) qFlipper remmina ];