mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-12 00:10:40 +01:00
16 lines
220 B
Nix
16 lines
220 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./amd-opengl.nix
|
|
./steam.nix
|
|
./autorun.nix
|
|
./boot.nix
|
|
./displaymanager.nix
|
|
./intel-opengl.nix
|
|
./packages.nix
|
|
./polkit.nix
|
|
./services.nix
|
|
];
|
|
}
|