blob: e6940f01983232a2cd1da980b6ae271f05af55c9 [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 {
8 packages = with pkgs; [
9
10 ];
11
12
13 }
14}