Compare commits
2 Commits
7301ecb77e
...
464feaff9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
464feaff9c
|
|||
|
f4402561a9
|
@@ -8,7 +8,6 @@ let
|
||||
userName = "fenix";
|
||||
in
|
||||
{
|
||||
|
||||
pt.enable = true;
|
||||
|
||||
home = {
|
||||
@@ -31,6 +30,9 @@ in
|
||||
yaml-language-server
|
||||
plantuml
|
||||
jetbrains.goland
|
||||
jetbrains.rust-rover
|
||||
rustup
|
||||
gcc
|
||||
gnumake
|
||||
protobuf
|
||||
];
|
||||
|
||||
@@ -100,7 +100,22 @@ in
|
||||
};
|
||||
|
||||
pipewire = {
|
||||
wireplumber.enable = true;
|
||||
wireplumber = {
|
||||
enable = true;
|
||||
extraConfig."99-disable-suspend" = {
|
||||
"monitor.alsa.rules" = [
|
||||
{
|
||||
matches = [
|
||||
{ "node.name" = "~alsa_input.*"; }
|
||||
{ "node.name" = "~alsa_output.*"; }
|
||||
];
|
||||
actions.update-props = {
|
||||
"session.suspend-timeout-seconds" = 0;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
audio.enable = true;
|
||||
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user