From ee82b5fce52086ba98191ec17bae1994fef559ba Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 10 May 2026 19:37:21 +0200 Subject: [PATCH] vivify: cleanup versions --- hosts/laptop/configuration.nix | 1 - modules/home-manager/vivify.nix | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f13da3b..4e0aeb1 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -268,7 +268,6 @@ papirus-folders inkscape birdtray # thunderbird tray app - vivify # for NoteWrapper # this is more up to date #(callPackage ../../modules/packages/vivify.nix {}) #(callPackage ../../modules/packages/sbb-tui.nix {}) diff --git a/modules/home-manager/vivify.nix b/modules/home-manager/vivify.nix index ae19b3b..1074d4f 100644 --- a/modules/home-manager/vivify.nix +++ b/modules/home-manager/vivify.nix @@ -1,6 +1,5 @@ { - config, - pkgs, + pkgs-unstable, ... }: { home.file.".config/vivify/config.json" = { @@ -13,6 +12,9 @@ } }''; }; +home.packages = [ + pkgs-unstable.vivify +]; programs.qutebrowser = { enable = true; settings = {