dotfiles/modules/desktop/default.nix

7 lines
137 B
Nix
Raw Normal View History

2021-09-14 20:55:50 +02:00
{ config, lib, pkgs, ... }:
{
2021-09-29 13:36:11 +02:00
imports = [ ./bspwm ./polybar ];
home-manager.users.moritz = { services.unclutter.enable = true; };
2021-09-14 20:55:50 +02:00
}