ci: format
This commit is contained in:
parent
e30ca4eb16
commit
9db185f4d4
13 changed files with 2252 additions and 52 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue