snapshot pre-cleanup-2026-05-23T19-39-41Z

This commit is contained in:
2026-05-23 23:32:28 +02:00
parent c8ee6d85fe
commit 30e8029a6b
35 changed files with 353 additions and 229 deletions
+3 -3
View File
@@ -41,8 +41,8 @@
source = "${pkgs.gpu-screen-recorder}/bin/gsr-kms-server";
};
};
flake.packages.custom-changeAudioOutput = { pkgs, ...}:
pkgs.writeShellApplication {
perSystem = { pkgs, ...}: {
packages.custom-changeAudioOutput = pkgs.writeShellApplication {
name = "custom-changeAudioOutput";
runtimeInputs = with pkgs; [
fzf
@@ -57,4 +57,4 @@
pkill -f "kitty.*Select audio output"
'';
};
}
};}