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

19 lines
187 B
Nix
Raw Normal View History

2023-08-21 10:28:23 -05:00
{ pkgs, ... }:
{
2023-08-23 14:58:38 -05:00
imports = [
../../vscodium.nix
];
2023-08-21 10:28:23 -05:00
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
];
}