added unclutter

dev-docs
Moritz Böhme 2021-09-29 13:36:11 +02:00
parent f651e51e3c
commit 486528f5e8
1 changed files with 2 additions and 4 deletions

View File

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