blob: c7ac3be5ca5b5b130eac6aef6bc1de85f9323fa9 [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/
s
home.stateVersion = variables.stateVersion;
}