infra/nix/os/devices/steveej-rmvbl-sdep0/configuration.nix

20 lines
380 B
Nix
Raw Normal View History

{ ... }:
{
2022-10-31 11:04:38 +01:00
nixpkgs.config.packageOverrides = pkgs:
with pkgs; {
nixPath = (import ../../../default.nix {
versionsPath = ./versions.nix;
}).nixPath;
};
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../profiles/removable-medium/configuration.nix
./system.nix
./hw.nix
];
}