11 lines
150 B
Nix
11 lines
150 B
Nix
|
{ lib, pkgs, config, osConfig, common_dir, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
(common_dir + /users/cameron/home.nix)
|
||
|
];
|
||
|
|
||
|
|
||
|
home.stateVersion = "23.11";
|
||
|
}
|