Files
dotfiles/home-modules/matrix.nix
Lennart J. Kurzweg (Nx2) 84a92a304a xournal + matrix
2024-07-03 15:44:09 +02:00

8 lines
87 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# cinny-desktop
weechat
];
}