Skip to content

Commit

Permalink
Replace tmux -> mtm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Mar 20, 2024
1 parent 6f3bba0 commit 49dc81f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 68 deletions.
65 changes: 29 additions & 36 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
./firefox
./qtile
./thunar
./tmux
./zsh

./betterlockscreen
Expand All @@ -39,41 +38,35 @@
EDITOR = "${pkgs.nano}/bin/nano";
};

packages =
let
figma-linux-wrap = pkgs.figma-linux.overrideAttrs (prev: {
nativeBuildInputs = prev.nativeBuildInputs ++ [ pkgs.wrapGAppsHook ];
});

in
with pkgs; [
# settings
arandr
brightnessctl

# volume
pavucontrol

# messaging
discord
teams-for-linux

# dev
gnumake
tokei
wakatime

# misc
spotify
gimp
neofetch
pass

# utils
peek
ripgrep
dconf
];
packages = with pkgs; [
# settings
arandr
brightnessctl

# volume
pavucontrol

# messaging
discord
teams-for-linux

# dev
gnumake
tokei
wakatime

# misc
spotify
gimp
neofetch
pass

# utils
peek
ripgrep
dconf
mtm # minimalistic multiplexer
];
};

manual.manpages.enable = false;
Expand Down
20 changes: 0 additions & 20 deletions home/tmux/default.nix

This file was deleted.

12 changes: 0 additions & 12 deletions home/tmux/tmux.conf

This file was deleted.

0 comments on commit 49dc81f

Please sign in to comment.