mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 08:03:44 +00:00
8 lines
120 B
Nix
8 lines
120 B
Nix
{...}: {
|
|
imports = [
|
|
./dotfiles.nix
|
|
];
|
|
|
|
home.stateVersion = "24.11";
|
|
programs.home-manager.enable = true;
|
|
}
|