mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-23 07:03:07 +01:00
15 lines
202 B
Nix
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
|
|
];
|
|
}
|