christoph: enable scmpuff
This commit is contained in:
@ -391,6 +391,12 @@ in rec {
|
|||||||
enableFishIntegration = config.modules.fish.enable;
|
enableFishIntegration = config.modules.fish.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Git status replacement with file selection by number
|
||||||
|
scmpuff = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Scientific pdf reader
|
# Scientific pdf reader
|
||||||
sioyek = {
|
sioyek = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user