dotfiles/modules/desktop/default.nix

7 lines
137 B
Nix

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