Skip to content

Commit

Permalink
feat(tmux): remove gitmux
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer committed Dec 13, 2024
1 parent 6684d3c commit 95077ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .config/nix/home-manager/_mixins/features/tmux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ let
plugins = pkgs.tmuxPlugins // pkgs.callPackage ./custom-plugins.nix { };
in
{
home.packages = with pkgs; [
tmux
gitmux
];
home.packages = with pkgs; [ tmux ];
# https://nix-community.github.io/home-manager/options.xhtml#opt-programs.tmux.enable
programs.tmux = {
enable = true;
Expand Down

0 comments on commit 95077ba

Please sign in to comment.