blob: ecb9f83d5964ec62219a45be6d4f8372cb510a52 [file] [log] [blame]
{ config, pkgs, nixpkgs }:
let
variables = import ./common/variables.nix;
in {
home.packages = with pkgs; [
]; # Use *only* for packages that need no configuration;
# other packages should go in packages/ or
home.stateVersion = variables.stateVersion;
}