nixcfg/homeManagerModules/desktop/default.nix

15 lines
134 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./cinnamon
./gnome
./hyprland
./sway
./waylandComp.nix
];
}