dotfiles/modules/desktop/default.nix

7 lines
154 B
Nix
Raw Normal View History

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