switches back to lazygit

This commit is contained in:
Dennis 2025-12-10 13:26:42 +01:00
parent 231b043a17
commit bd4c36008e
4 changed files with 43 additions and 35 deletions

View file

@ -19,6 +19,7 @@
../modules/fish
../modules/wezterm
../modules/nvim
../modules/lazygit
];
programs.home-manager.enable = true;

View file

@ -20,6 +20,7 @@
../modules/nvim
../modules/ghostty
../modules/zellij
../modules/lazygit
];
programs.home-manager.enable = true;

View file

@ -22,50 +22,55 @@
};
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 = {
Bitwarden = 1352778147;
Wireguard = 1451685025;
# XCode = 497799835;
};
brews = [
"watchman"
"pnpm"
"pkg-config"
"cairo"
"pango"
"libpng"
"jpeg"
"giflib"
"librsvg"
"pixman"
"python-setuptools"
"gmp"
"rbenv"
"mysql@8.0"
];
casks = [
"arc"
"microsoft-teams"
"wezterm"
"1password"
"1password-cli"
"android-studio"
"zulu@17"
"postman"
"docker-desktop"
"google-chrome"
];
homebrew.masApps = {
Bitwarden = 1352778147;
Wireguard = 1451685025;
# XCode = 497799835;
};
homebrew.brews = [
"watchman"
"pnpm"
"pkg-config"
"cairo"
"pango"
"libpng"
"jpeg"
"giflib"
"librsvg"
"pixman"
"python-setuptools"
"gmp"
"rbenv"
"mysql@8.0"
];
homebrew.casks = [
"arc"
"microsoft-teams"
"wezterm"
"1password"
"1password-cli"
"android-studio"
"zulu@17"
"postman"
"docker-desktop"
"google-chrome"
];
# Shells
environment.shells = [ pkgs.fish ];

View file

@ -47,5 +47,6 @@
imagemagick
sqlite
fortune
lazygit
];
}