blob: fe46b7ef38bc843a3a0458b6802f35b1e8262a5e [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;
}