9 lines
129 B
Nix
9 lines
129 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
../default/home/helix.nix
|
|
../default/home/shell.nix
|
|
];
|
|
home.stateVersion = "23.11";
|
|
}
|