nixcfg/homeManagerModules/desktop/default.nix

17 lines
172 B
Nix

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