17 lines
313 B
Nix
17 lines
313 B
Nix
{...}: {
|
|
imports = [
|
|
./helix.nix
|
|
./nu.nix
|
|
./starship.nix
|
|
./tty.nix
|
|
./git.nix
|
|
./mprocs.nix
|
|
./btop.nix
|
|
];
|
|
programs.mosh.enable = true;
|
|
programs.bat.enable = true;
|
|
home-manager.users.jade = {...}: {
|
|
programs.carapace.enable = true;
|
|
programs.direnv.enable = true;
|
|
};
|
|
}
|