mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
scmpuff: fix formatting
This commit is contained in:
parent
839645caf3
commit
c2c26120d7
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ in {
|
|||
meta.maintainers = [ maintainers.cpcloud ];
|
||||
|
||||
options.programs.scmpuff = {
|
||||
enable = mkEnableOption
|
||||
"scmpuff, a command line tool that allows you to work quicker with Git by substituting numeric shortcuts for files";
|
||||
enable = mkEnableOption ''
|
||||
scmpuff, a command line tool that allows you to work quicker with Git by
|
||||
substituting numeric shortcuts for files'';
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
|
Loading…
Reference in a new issue