nixcfg/homeManagerModules/desktop/default.nix

17 lines
172 B
Nix
Raw Normal View History

2024-03-28 19:52:15 -04:00
{
2024-04-07 22:16:33 -04:00
config,
lib,
pkgs,
...
}: {
imports = [
2024-05-12 16:37:43 -04:00
./cinnamon
./defaultApps.nix
./gnome
./hyprland
./sway
./theme.nix
./waylandComp.nix
];
2024-03-28 19:52:15 -04:00
}