add mpro
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
dd3dd53e11
commit
5e2d3a6ce4
25 changed files with 665 additions and 20 deletions
31
homes/x86_64-darwin/harald@mpro/default.nix
Normal file
31
homes/x86_64-darwin/harald@mpro/default.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
home = {
|
||||
username = "harald";
|
||||
homeDirectory = "/Users/${config.home.username}";
|
||||
stateVersion = "23.11"; # Please read the comment before changing.
|
||||
sessionPath = [ "$HOME/bin" ];
|
||||
};
|
||||
|
||||
plusultra = {
|
||||
cli-apps = {
|
||||
bash.enable = true;
|
||||
fish.enable = true;
|
||||
neovim.enable = true;
|
||||
tmux.enable = true;
|
||||
bat.enable = true;
|
||||
starship.enable = true;
|
||||
home-manager.enable = true;
|
||||
};
|
||||
tools = {
|
||||
direnv.enable = true;
|
||||
alacritty.enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue