xournal + matrix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-07-03 15:44:09 +02:00
parent a7ffa9425a
commit 84a92a304a
3 changed files with 9 additions and 1 deletions

7
home-modules/matrix.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# cinny-desktop
weechat
];
}

View File

@@ -50,6 +50,7 @@ lib.mkIf (user != "tv")
];
document = [
{ run = ''zathura "$@"''; desc = "zathura"; }
{ run = ''xournal "$@"''; desc = "xournal"; }
{ run = ''firefox "$@"''; desc = "firefox"; }
];
browser = [