Files
nixos/home/hosts/jude/default.nix
T

13 lines
131 B
Nix
Raw Normal View History

2023-08-21 10:28:23 -05:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
gnucash
ffmpeg
handbrake
libtheora
makemkv
synology-drive-client
];
}