10 lines
95 B
Nix
10 lines
95 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.stateVersion = "24.05";
|
|
|
|
imports = [
|
|
./home
|
|
];
|
|
|
|
}
|