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

8 lines
83 B
Nix

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