Try to merge with compass branch

This commit is contained in:
Greg Hellings
2023-08-21 10:28:23 -05:00
parent ad20ca1856
commit 8c0a5cac2a
5 changed files with 26 additions and 20 deletions
+12
View File
@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
gnucash
ffmpeg
handbrake
libtheora
makemkv
synology-drive-client
];
}