nixos-laptop/machines/gamepc/home.nix

8 lines
95 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs.unstable; [
devenv
vlc
handbrake
];
}