136 current 2024-03-02 14:17:38 24.05.20240229.1536926 6.6.18 *
This commit is contained in:
parent
3babb53b7f
commit
7a3231377f
3 changed files with 116 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.wayland-pipewire-idle-inhibit.homeModules.default
|
||||
|
||||
./swayidle.nix
|
||||
|
||||
|
|
@ -30,6 +31,22 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.wayland-pipewire-idle-inhibit = {
|
||||
enable = true;
|
||||
systemdTarget = "sway-session.target";
|
||||
settings = {
|
||||
verbosity = "INFO";
|
||||
media_minimum_duration = 10;
|
||||
sink_whitelist = [
|
||||
{name = "Scarlett Solo (3rd Gen.) Headphones / Line 1-2";}
|
||||
];
|
||||
node_blacklist = [
|
||||
{name = "spotify";}
|
||||
{app_name = "Music Player Daemon";}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
# introduces backwards incompatible changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue