added unclutter

This commit is contained in:
Moritz Böhme 2021-09-29 13:36:11 +02:00
parent f651e51e3c
commit 486528f5e8

View file

@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
{
imports = [
./bspwm
./polybar
];
imports = [ ./bspwm ./polybar ];
home-manager.users.moritz = { services.unclutter.enable = true; };
}