zaneyos/config/system/default.nix
2024-01-20 22:23:17 -06:00

15 lines
202 B
Nix

{ config, pkgs, ... }:
{
imports = [
./amd-opengl.nix
./amd-steam.nix
./autorun.nix
./boot.nix
./intel-opengl.nix
./intel-steam.nix
./polkit.nix
./services.nix
];
}