Use new i3utils package

This commit is contained in:
2022-04-23 17:52:23 +01:00
parent ec73d821aa
commit 0d56231235
4 changed files with 37 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ...}:
{ config, pkgs, inputs, ...}:
{
security.pam.services.gdm.enableGnomeKeyring = true;
@@ -40,7 +40,7 @@
extraPackages = with pkgs; [
flameshot
i3lock
i3utils
inputs.i3utils
];
};
};