nixos-home-flake/hosts/yoga/default.nix

8 lines
91 B
Nix

{ config, pkgs, ... }:
{
imports = [
../../modules/nvidia-optimus/default.nix
];
}