nix/modules/system/default.nix
2025-04-25 08:41:34 +02:00

31 lines
633 B
Nix

{ ... }:
{
imports = [
./applications/common.nix
./applications/steam.nix
./applications/thunar.nix
./services/docker.nix
./services/podman.nix
./services/quickemu.nix
./services/ssh.nix
./services/sunshine.nix
./services/garbage-collection.nix
./services/incus.nix
./hardware/bluetooth.nix
./hardware/fprint.nix
./hardware/locale.nix
./hardware/nvidia.nix
./hardware/firewall.nix
./hardware/printing.nix
./desktop-environments/cosmic.nix
./desktop-environments/hyprland.nix
./desktop-environments/gnome.nix
./display-managers/default.nix
];
}