Files
home-manager/applications/games.nix
Nina Chlóe Kassandra Reiß e63d7aead2 Add luanti
2026-04-23 11:51:37 +02:00

16 lines
143 B
Nix

{
config,
pkgs,
lib,
...
}:
let
profile = import ./profile.nix;
in
{
home.packages = with pkgs; [
lincity-ng
luanti
];
}