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