configuration.nix/modules/home/packages/media/default.nix

14 lines
196 B
Nix
Raw Normal View History

2023-11-21 16:16:55 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
gimp
gnome.cheese
pavucontrol
fluent-reader
libsForQt5.kdenlive
glaxnimate
transmission
yewtube
2023-11-22 14:23:10 +01:00
audacity
2023-11-21 16:16:55 +01:00
];
}