Remove vim keybinds from gitui, add mc (no theme yet)
This commit is contained in:
parent
477f65d5d0
commit
87b30d8125
|
@ -29,7 +29,7 @@
|
||||||
repo = "gitui";
|
repo = "gitui";
|
||||||
rev = "8f7f35b8a97e38a0e181032285554cd0961d588e";
|
rev = "8f7f35b8a97e38a0e181032285554cd0961d588e";
|
||||||
sha256 = "sha256-zJDf6WhaUe8QTPCoVAdfCdUvYEcQpm2qddQiKw41kjY=";
|
sha256 = "sha256-zJDf6WhaUe8QTPCoVAdfCdUvYEcQpm2qddQiKw41kjY=";
|
||||||
} + "/vim_style_key_config.ron");
|
});
|
||||||
theme = builtins.readFile catppuccin-themes.gitui;
|
theme = builtins.readFile catppuccin-themes.gitui;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libsForQt5.polkit-kde-agent
|
libsForQt5.polkit-kde-agent
|
||||||
|
mc
|
||||||
signal-desktop
|
signal-desktop
|
||||||
libreoffice
|
libreoffice
|
||||||
zotero
|
zotero
|
||||||
|
|
Loading…
Reference in a new issue