nix/modules/system/default.nix

28 lines
559 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./applications/common.nix
./applications/steam.nix
./applications/thunar.nix
./services/docker.nix
./services/quickemu.nix
./services/sunshine.nix
./services/garbage-collection.nix
./hardware/bluetooth.nix
./hardware/fprint.nix
./hardware/locale.nix
2025-01-02 09:35:55 +01:00
./hardware/nvidia.nix
./hardware/firewall.nix
./hardware/printing.nix
./desktop-environments/cosmic.nix
./desktop-environments/hyprland.nix
2024-12-24 14:55:11 +01:00
./desktop-environments/gnome.nix
./display-managers/default.nix
];
}