dwm: unclutter xfixes
This commit is contained in:
parent
e41b72eedf
commit
b9bed0d0dc
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
|
@ -13,6 +13,7 @@ in
|
|||
# WM Stuff
|
||||
xsession.numlock.enable = true;
|
||||
services.unclutter.enable = true;
|
||||
services.unclutter.package = pkgs.unclutter-xfixes;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue