blob: d2a2a5c11ed1f17e82e9a21724275ddc929845e2 [file] [log] [blame]
{ config, pkgs, nixpkgs }:
let
variables = import ./common/variables.nix;
in {
stateVersion = variables.stateVersion;
home.packages = with pkgs; [
];
}
}