forked from mirrors_public/oddlama_nix-config
feat: add prismlauncher, make gtk apps bigger
This commit is contained in:
parent
05b626f912
commit
3882c1aac4
4 changed files with 16 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
bottles
|
||||
winetricks
|
||||
|
|
9
users/myuser/graphical/games/minecraft.nix
Normal file
9
users/myuser/graphical/games/minecraft.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
home.persistence."/state".directories = [
|
||||
".local/share/PrismLauncher"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue