138 current 2024-03-02 14:59:18 24.05.20240229.1536926 6.6.18 *
This commit is contained in:
parent
b409858d20
commit
3cdd0f8390
3 changed files with 2 additions and 116 deletions
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.wayland-pipewire-idle-inhibit.homeModules.default
|
||||
|
||||
./swayidle.nix
|
||||
|
||||
|
|
@ -31,22 +30,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.wayland-pipewire-idle-inhibit = {
|
||||
enable = true;
|
||||
systemdTarget = "sway-session.target";
|
||||
settings = {
|
||||
verbosity = "INFO";
|
||||
media_minimum_duration = 10;
|
||||
sink_whitelist = [
|
||||
{name = "([Ss]carlett).*";}
|
||||
];
|
||||
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.
|
||||
|
|
@ -89,6 +72,7 @@
|
|||
pkgs.prismlauncher
|
||||
pkgs.obs-studio
|
||||
inputs.kb-gui.packages.${pkgs.system}.kb
|
||||
pkgs.sway-audio-idle-inhibit
|
||||
|
||||
# # You can also create simple shell scripts directly inside your
|
||||
# # configuration. For example, this adds a command 'my-hello' to your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue