mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
11 lines
125 B
Nix
11 lines
125 B
Nix
{
|
|
imports = [
|
|
../languages
|
|
../tools
|
|
];
|
|
|
|
programs.home-manager.enable = true;
|
|
|
|
home.stateVersion = "24.11";
|
|
}
|