mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 19:05:17 +00:00
12 lines
181 B
Nix
12 lines
181 B
Nix
{...}: {
|
|
imports = [
|
|
./bat.nix
|
|
./dotfiles.nix
|
|
./ghostty.nix
|
|
./git.nix
|
|
./tmux.nix
|
|
];
|
|
|
|
home.stateVersion = "24.11";
|
|
programs.home-manager.enable = true;
|
|
}
|