nixos-laptop/machines/gamepc/home.nix
Pim Kunis 14e269c02c gamepc: Increase swap to 4GB
Separate installed packages in home-manager
2024-11-09 12:49:23 +01:00

7 lines
95 B
Nix

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