xournal + matrix
This commit is contained in:
7
home-modules/matrix.nix
Normal file
7
home-modules/matrix.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# cinny-desktop
|
||||
weechat
|
||||
];
|
||||
}
|
||||
@@ -50,6 +50,7 @@ lib.mkIf (user != "tv")
|
||||
];
|
||||
document = [
|
||||
{ run = ''zathura "$@"''; desc = "zathura"; }
|
||||
{ run = ''xournal "$@"''; desc = "xournal"; }
|
||||
{ run = ''firefox "$@"''; desc = "firefox"; }
|
||||
];
|
||||
browser = [
|
||||
|
||||
Reference in New Issue
Block a user