ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 13:32:28 -05:00
parent e30ca4eb16
commit 9db185f4d4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
13 changed files with 2252 additions and 52 deletions

View file

@ -152,7 +152,18 @@ in
wireplumber = {
format = "{icon}";
format-muted = "󰖁";
format-icons = [ "󰖁" "󰕿" "󰕿" "󰕿" "󰖀" "󰖀" "󰖀" "󰕾" "󰕾" "󰕾" ];
format-icons = [
"󰖁"
"󰕿"
"󰕿"
"󰕿"
"󰖀"
"󰖀"
"󰖀"
"󰕾"
"󰕾"
"󰕾"
];
node-type = "Audio/Sink";
max-volume = 100;
scroll-step = 5;
@ -166,7 +177,18 @@ in
"wireplumber#source" = {
format = "{icon}";
format-muted = "󰍭";
format-icons = [ "󰍭" "󰍬" "󰍬" "󰍬" "󰍬" "󰍬" "󰍬" "󰍬" "󰍬" "󰍬" ];
format-icons = [
"󰍭"
"󰍬"
"󰍬"
"󰍬"
"󰍬"
"󰍬"
"󰍬"
"󰍬"
"󰍬"
"󰍬"
];
node-type = "Audio/Source";
max-volume = 100;
scroll-step = 5;

View file

@ -170,7 +170,7 @@ in
services.gpg-agent = lib.mkIf hostConfig.isLinux {
enable = true;
defaultCacheTtl = 3600;
defaultCacheTtl = 7200;
maxCacheTtl = 7200;
pinentry.package = pkgs.pinentry-curses;
};