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