vivify: cleanup versions

This commit is contained in:
2026-05-10 19:37:21 +02:00
parent 3c14e59bff
commit ee82b5fce5
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -268,7 +268,6 @@
papirus-folders papirus-folders
inkscape inkscape
birdtray # thunderbird tray app birdtray # thunderbird tray app
vivify # for NoteWrapper
# this is more up to date # this is more up to date
#(callPackage ../../modules/packages/vivify.nix {}) #(callPackage ../../modules/packages/vivify.nix {})
#(callPackage ../../modules/packages/sbb-tui.nix {}) #(callPackage ../../modules/packages/sbb-tui.nix {})
+4 -2
View File
@@ -1,6 +1,5 @@
{ {
config, pkgs-unstable,
pkgs,
... ...
}: { }: {
home.file.".config/vivify/config.json" = { home.file.".config/vivify/config.json" = {
@@ -13,6 +12,9 @@
} }
}''; }'';
}; };
home.packages = [
pkgs-unstable.vivify
];
programs.qutebrowser = { programs.qutebrowser = {
enable = true; enable = true;
settings = { settings = {