diff options
author | stuebinm | 2022-02-24 13:24:01 +0100 |
---|---|---|
committer | stuebinm | 2022-02-24 13:24:01 +0100 |
commit | 11a6923f6d01dc2d6e82c759798a992be1a44532 (patch) | |
tree | 9a955c1cb58aa866a8901e6dd4b392c7dbf0d49d /home | |
parent | 78b7c50181f9a96d83c503a91055e5b01ae2ec16 (diff) |
mako: add libnotify to home so firefox / thunderbird work
Diffstat (limited to 'home')
-rw-r--r-- | home/packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/packages.nix b/home/packages.nix index cb43030..92473a2 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -21,7 +21,7 @@ in # LaTeX & documents texlive.combined.scheme-full xournal pandoc zathura # general cli utils - extras.almanac + extras.almanac libnotify # graphical utils kitty baobab # things for emacs |