blob: d2a2a5c11ed1f17e82e9a21724275ddc929845e2 [file] [log] [blame]
Skyler Turner62330c12022-03-04 22:10:16 +00001{ config, pkgs, nixpkgs }:
2let
3 variables = import ./common/variables.nix;
4in {
5 stateVersion = variables.stateVersion;
6
7 home.packages = with pkgs; [
8
9 ];
10 }
11}