diff options
Diffstat (limited to 'modules/hosts/desktop/default.nix')
| -rw-r--r-- | modules/hosts/desktop/default.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/hosts/desktop/default.nix b/modules/hosts/desktop/default.nix new file mode 100644 index 0000000..137b68c --- /dev/null +++ b/modules/hosts/desktop/default.nix @@ -0,0 +1,14 @@ +{ ... }: + +{ + imports = [ + #./sway + #./dunst.nix + #./waybar.nix + #./gnome + ./cinnamon + ./kde + #./labwc + #./hyprland + ]; +} |
