Files
nixos-config/modules/default.nix
T
2025-10-18 21:43:14 +02:00

21 lines
338 B
Nix

{ ... }:
{
imports = [
hardware/intel-cpu.nix
hardware/no-mitigations.nix
system/roles.nix
system/nixpkgs.nix
system/location.nix
system/shell.nix
system/users.nix
system/ssh.nix
system/gaming.nix
system/nix.nix
desktop/plasma.nix
desktop/touchpad.nix
desktop/pulseaudio.nix
];
}