home | enable wayland-pipewire-idle-inhibit
This commit is contained in:
parent
1532b2b123
commit
006049ca8c
2 changed files with 18 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
home-manager.users.don = {
|
||||
imports = [
|
||||
#inputs.wayland-pipewire-idle-inhibit.homeModules.default
|
||||
inputs.wayland-pipewire-idle-inhibit.homeModules.default
|
||||
./alacritty.nix
|
||||
./autostart.nix
|
||||
./fuzzel.nix
|
||||
|
|
@ -61,6 +61,7 @@
|
|||
qutebrowser
|
||||
rofi
|
||||
signal-desktop
|
||||
shortwave
|
||||
sonixd
|
||||
source-code-pro
|
||||
syncthingtray
|
||||
|
|
|
|||
|
|
@ -1,6 +1,22 @@
|
|||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
wayland-pipewire-idle-inhibit = {
|
||||
enable = true;
|
||||
systemdTarget = "sway-session.target";
|
||||
settings = {
|
||||
verbosity = "INFO";
|
||||
media_minimum_duration = 10;
|
||||
idle_inhibitor = "wayland";
|
||||
# sink_whitelist = [
|
||||
# { name = "Starship/Matisse HD Audio Controller Analog Stereo"; }
|
||||
# ];
|
||||
# node_blacklist = [
|
||||
# { name = "spotify"; }
|
||||
# { app_name = "Music Player Daemon"; }
|
||||
# ];
|
||||
};
|
||||
};
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue