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 = {
|
home-manager.users.don = {
|
||||||
imports = [
|
imports = [
|
||||||
#inputs.wayland-pipewire-idle-inhibit.homeModules.default
|
inputs.wayland-pipewire-idle-inhibit.homeModules.default
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./autostart.nix
|
./autostart.nix
|
||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
qutebrowser
|
qutebrowser
|
||||||
rofi
|
rofi
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
shortwave
|
||||||
sonixd
|
sonixd
|
||||||
source-code-pro
|
source-code-pro
|
||||||
syncthingtray
|
syncthingtray
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,22 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services = {
|
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 = {
|
gnome-keyring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue