zaneyos/config/system/default.nix

16 lines
227 B
Nix
Raw Normal View History

2024-01-20 23:09:53 +01:00
{ config, pkgs, ... }:
{
2024-01-20 23:09:53 +01:00
imports = [
./amd-opengl.nix
./amd-steam.nix
./autorun.nix
./boot.nix
./displaymanager.nix
./intel-opengl.nix
./intel-steam.nix
./polkit.nix
./services.nix
];
}