blob: 84de6d1c54f9331648f03518d7a155787a82b952 [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 apps/personal/
home.stateVersion = variables.stateVersion;
}