Add minecraft
This commit is contained in:
parent
e928ecd667
commit
9b150da119
|
@ -35,6 +35,7 @@
|
||||||
(import ../../modules/programs/emacs.nix {})
|
(import ../../modules/programs/emacs.nix {})
|
||||||
../../modules/programs/fonts.nix
|
../../modules/programs/fonts.nix
|
||||||
../../modules/programs/desktop.nix
|
../../modules/programs/desktop.nix
|
||||||
|
../../modules/programs/games.nix
|
||||||
];
|
];
|
||||||
home.username = "nathan";
|
home.username = "nathan";
|
||||||
home.homeDirectory = "/home/nathan/";
|
home.homeDirectory = "/home/nathan/";
|
||||||
|
|
14
home-manager/modules/programs/games.nix
Normal file
14
home-manager/modules/programs/games.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
inputs',
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Minecraft
|
||||||
|
prismlauncher
|
||||||
|
zulu
|
||||||
|
glfw3-minecraft
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue