added unclutter
parent
f651e51e3c
commit
486528f5e8
|
@ -1,8 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./bspwm
|
||||
./polybar
|
||||
];
|
||||
imports = [ ./bspwm ./polybar ];
|
||||
home-manager.users.moritz = { services.unclutter.enable = true; };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue