blob: 91482d8f42e8582c7152fe2f62370ff14dc2adce [file] [log] [blame]
{ config, pkgs, nixpkgs }:
let
variables = import ./common/variables.nix;
in {
home.packages = with pkgs; [
steam-run
]; # Use *only* for packages that need no configuration;
# other packages should go in ./apps/personal/
progra
home.stateVersion = variables.stateVersion;
}