added unclutter
This commit is contained in:
parent
f651e51e3c
commit
486528f5e8
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./bspwm
|
||||
./polybar
|
||||
];
|
||||
imports = [ ./bspwm ./polybar ];
|
||||
home-manager.users.moritz = { services.unclutter.enable = true; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue