Move gimp, handbrake and kdenlive

This commit is contained in:
Oliver Davies 2025-04-05 09:09:46 +01:00
parent 490aa3eb99
commit 85cb5d0f1f
8 changed files with 6 additions and 60 deletions

View file

@ -69,4 +69,10 @@
networking.hosts = {
"192.168.1.116" = [ "nixedo" ];
};
users.users.opdavies.packages = with pkgs; [
gimp
handbrake
kdePackages.kdenlive
];
}