nixos-laptop/machines/gamepc/home.nix

9 lines
106 B
Nix
Raw Permalink Normal View History

{pkgs, ...}: {
home.packages = with pkgs.unstable; [
devenv
vlc
handbrake
2024-11-13 22:03:23 +00:00
lutris
];
}