Auto: cleanup-2026-05-24T10-18-36Z

This commit is contained in:
2026-05-24 12:18:49 +02:00
parent 4dc460dc0c
commit 16c01a5e67
71 changed files with 1770 additions and 1731 deletions
+6 -5
View File
@@ -1,4 +1,4 @@
{ self, ... }: {
{self, ...}: {
flake.nixosModules.audioAndMedia = {pkgs, ...}: {
# Enable sound with pipewire.
services.pulseaudio.enable = false;
@@ -10,7 +10,7 @@
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
@@ -32,7 +32,7 @@
gpu-screen-recorder
inkscape
];
security.wrappers.gsr-kms-server = {
# to remove the password prompt when using gpu-screen-recorder
owner = "root";
@@ -41,7 +41,7 @@
source = "${pkgs.gpu-screen-recorder}/bin/gsr-kms-server";
};
};
perSystem = { pkgs, ...}: {
perSystem = {pkgs, ...}: {
packages.custom-changeAudioOutput = pkgs.writeShellApplication {
name = "custom-changeAudioOutput";
runtimeInputs = with pkgs; [
@@ -56,5 +56,6 @@
fi
pkill -f "kitty.*Select audio output"
'';
};
};
};}
}