blob: 3d3446435b693239e0a4e1deab975c96ab156dc3 [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
home.stateVersion = variables.stateVersion;
}