mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
8 lines
85 B
Nix
8 lines
85 B
Nix
{...}: {
|
|
imports = [
|
|
../common/home.nix
|
|
];
|
|
|
|
home.stateVersion = "24.11";
|
|
}
|