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