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

15 lines
148 B
Nix
Raw Normal View History

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