overlays: Create overlays

This commit is contained in:
2021-08-24 11:36:15 +02:00
parent e3c5c694a6
commit 669c20a354
12 changed files with 46 additions and 71 deletions

View File

@@ -1,7 +1,5 @@
{ config, ... }:
{ pkgs, ... }:
let
unstable = (import ../unstable.nix config);
in {
environment.systemPackages = [ unstable.mesa ];
{
environment.systemPackages = with pkgs; [ unstable.mesa ];
}