Skip to content

Commit

Permalink
feat: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
heraldofsolace committed Apr 2, 2024
1 parent b4fa0ae commit 90aa634
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
3 changes: 2 additions & 1 deletion cells/common/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ in {
kanata
fcitx5-openbangla-keyboard
electron
kstars
# kstars

neovim
upower
;
Expand Down
10 changes: 5 additions & 5 deletions cells/home/profiles/shell/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ _: {
src = pkgs.fetchFromGitHub {
owner = "gpakosz";
repo = ".tmux";
rev = "5641d3b3f5f9c353c58dfcba4c265df055a05b6b";
sha256 = "sha256-BTeej1vzyYx068AnU8MjbQKS9veS2jOS+CaJazCtP6s=";
rev = "a795f9ec5167234c60f16a5390f199ec34833ea6";
sha256 = "sha256-++AN5looD4yE/TBlAxCiJFbGXL+8v/+UsEvw+WddpCw=";
stripRoot = false;
};

version = "5641d3b3f5f9c353c58dfcba4c265df055a05b6b";
version = "a795f9ec5167234c60f16a5390f199ec34833ea6";

nativeBuildInputs = [pkgs.gnused];

Expand Down Expand Up @@ -49,10 +49,10 @@ in {
terminal = "xterm-256color";

plugins = with pkgs; [
# tmuxPlugins.cpu
tmuxPlugins.cpu
{
plugin = tmuxPlugins.resurrect;
# extraConfig = "set -g @resurrect-strategy-nvim 'session'";
extraConfig = "set -g @resurrect-strategy-nvim 'session'";
}
{
plugin = tmuxPlugins.continuum;
Expand Down
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90aa634

Please sign in to comment.