feat: add prismlauncher, make gtk apps bigger

This commit is contained in:
oddlama 2023-09-13 18:39:25 +02:00
parent 05b626f912
commit 3882c1aac4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 16 additions and 5 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
bottles
winetricks

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher
];
home.persistence."/state".directories = [
".local/share/PrismLauncher"
];
}