infra/nix/os/profiles/graphical/configuration.nix

9 lines
83 B
Nix
Raw Normal View History

2024-11-15 10:17:56 +01:00
{ pkgs, ... }:
{
imports = [
./boot.nix
./system.nix
./hw.nix
];
}