aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/desktop/default.nix
blob: 137b68c9eed986283e26fb12af4a1857ce829f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:

{
  imports = [
    #./sway
    #./dunst.nix
    #./waybar.nix
    #./gnome
    ./cinnamon
    ./kde
    #./labwc
    #./hyprland
  ];
}