infra/nix/os/devices/justyna-p300/configuration.nix

15 lines
242 B
Nix
Raw Permalink Normal View History

2024-11-15 10:17:56 +01:00
{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../profiles/graphical-gnome-xorg.nix
./system.nix
./hw.nix
./pkg.nix
./user.nix
./boot.nix
];
}