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