blob: 6d16898a9f3eb33f64ab6eed3c2b961753b74c31 [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/
home.stateVersion = variables.stateVersion;
}