Files
nixos-configuration/shared/desktop/modules/default.nix

27 lines
387 B
Nix
Raw Normal View History

{ lib, ... }:
2025-04-14 23:30:50 +02:00
{
imports = with lib.custom; [
(relativeToBase "modules")
./boot.nix
2025-04-14 23:30:50 +02:00
./development
./electron.nix
2025-04-14 23:30:50 +02:00
./fonts.nix
./gaming
./gnome
./hardware
./kdeconnect.nix
2025-04-14 23:30:50 +02:00
./locale.nix
./mail.nix
./media.nix
./office.nix
2025-04-14 23:30:50 +02:00
./hyprland
./sddm.nix
./security
./social.nix
2025-04-14 23:30:50 +02:00
./qt.nix
./xdg.nix
./xserver.nix
2025-04-14 23:30:50 +02:00
];
}