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

6 lines
78 B
Nix

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