dotfiles/modules/desktop/default.nix
2021-09-29 13:36:11 +02:00

6 lines
137 B
Nix

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