alright, some more conf

This commit is contained in:
Chris Kruining 2025-03-23 17:53:01 +01:00
parent 7098906a46
commit 81f1f6f9ca
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
4 changed files with 31 additions and 24 deletions

View file

@ -17,7 +17,7 @@ in
# pkgs.minecract
# ];
home-manager.users.${user}.home.packages = attrValues {
inherit (pkgs) modrinth-app prismlauncher;
inherit (pkgs) prismlauncher;
};
};
}