switches back to lazygit
This commit is contained in:
parent
231b043a17
commit
bd4c36008e
4 changed files with 43 additions and 35 deletions
|
|
@ -19,6 +19,7 @@
|
|||
../modules/fish
|
||||
../modules/wezterm
|
||||
../modules/nvim
|
||||
../modules/lazygit
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
../modules/nvim
|
||||
../modules/ghostty
|
||||
../modules/zellij
|
||||
../modules/lazygit
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -22,20 +22,26 @@
|
|||
};
|
||||
nix.settings.trusted-users = [ "dennis" ];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.zellij-switch.overlays.default
|
||||
];
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
circumflex
|
||||
gh
|
||||
zellij
|
||||
zellij-switch
|
||||
# rsync
|
||||
];
|
||||
|
||||
masApps = {
|
||||
homebrew.masApps = {
|
||||
Bitwarden = 1352778147;
|
||||
Wireguard = 1451685025;
|
||||
# XCode = 497799835;
|
||||
};
|
||||
|
||||
brews = [
|
||||
homebrew.brews = [
|
||||
"watchman"
|
||||
"pnpm"
|
||||
"pkg-config"
|
||||
|
|
@ -52,7 +58,7 @@
|
|||
"mysql@8.0"
|
||||
];
|
||||
|
||||
casks = [
|
||||
homebrew.casks = [
|
||||
"arc"
|
||||
"microsoft-teams"
|
||||
"wezterm"
|
||||
|
|
@ -64,7 +70,6 @@
|
|||
"docker-desktop"
|
||||
"google-chrome"
|
||||
];
|
||||
};
|
||||
|
||||
# Shells
|
||||
environment.shells = [ pkgs.fish ];
|
||||
|
|
|
|||
|
|
@ -47,5 +47,6 @@
|
|||
imagemagick
|
||||
sqlite
|
||||
fortune
|
||||
lazygit
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue