This commit is contained in:
2025-06-22 12:18:20 +02:00
parent 205b4b8c9c
commit 899ab0658f
4 changed files with 21 additions and 20 deletions

View File

@@ -6,11 +6,20 @@
extras = {
casks = [
"surfshark"
"raspberry-pi-imager"
"visual-studio-code"
"signal"
"discord"
"vlc"
"handbrake"
"daisydisk"
"blender"
];
pkgs =
pkgs: with pkgs; [
biome
infisical
ffmpeg
];
};
}