Initial import
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
chaotic = {
|
||||
mesa-git = {
|
||||
enable = true;
|
||||
fallbackSpecialisation = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mesa_git
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user