fix: poll idle inhibitor on toggle
This requires the latest version of EWW, so that will be its own input until nixpkgs catches up.
This commit is contained in:
parent
573412f167
commit
fff683e301
5 changed files with 79 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, lib, config, eww, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
|
|
@ -127,6 +127,7 @@
|
|||
# EWW
|
||||
|
||||
programs.eww.enable = true;
|
||||
programs.eww.package = eww.packages.${pkgs.system}.eww;
|
||||
programs.eww.configDir = ./eww;
|
||||
|
||||
systemd.user.services.eww =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue