nixcfg/homeManagerModules/desktop/default.nix

16 lines
156 B
Nix

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