Minecraft

This commit is contained in:
Charlotte Van Petegem 2021-03-08 14:57:26 +01:00
parent 2060295da9
commit 3ac380fd61
No known key found for this signature in database
GPG key ID: 019E764B7184435A
10 changed files with 53 additions and 20 deletions

View file

@ -59,5 +59,8 @@
services.fwupd.enable = true;
chvp.gnupg.pinentryFlavor = "qt";
chvp = {
gnupg.pinentryFlavor = "qt";
nix.unfreePackages = [ "google-chrome" ];
};
}