Shadow config v1.0
This commit is contained in:
commit
84bc5de209
25 changed files with 2324 additions and 0 deletions
12
home/modules/games.nix
Normal file
12
home/modules/games.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
(pkgs.prismlauncher.override {
|
||||
jdks = [
|
||||
pkgs.temurin-bin-21
|
||||
pkgs.temurin-bin-8
|
||||
pkgs.temurin-bin-17
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue