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

17 lines
365 B
Nix
Raw Permalink Normal View History

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