Add graphical applications

This commit is contained in:
GHOSCHT 2024-01-07 15:39:41 +01:00
parent a019e2f168
commit 035dfa62a1
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -6,4 +6,11 @@
./font.nix ./font.nix
./playerctl.nix ./playerctl.nix
]; ];
home.packages = with pkgs; [
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
feishin-appimage # self-packaged feishin while electron build fails
signal-desktop # secure messenger
webcord-vencord # more "privacy friendly" discord client
obsidian
];
} }